File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,9 +97,12 @@ stages:
9797 - script : |
9898 set -Eeuo pipefail
9999
100- ls -laR
101- kubectl delete -f ./provisioning/environments.yaml
102- kubectl delete -f ./provisioning/notification.yaml
100+ kubectl delete deployment dev-mysql --namespace=$KUBERNETES_NAMESPACE
101+ kubectl delete deployment dev-notification-api --namespace=$KUBERNETES_NAMESPACE
102+ kubectl delete service dev-mysql-service --namespace=$KUBERNETES_NAMESPACE
103+ kubectl delete service dev-notification-service --namespace=$KUBERNETES_NAMESPACE
104+ kubectl delete secret dev-notification-environments --namespace=$KUBERNETES_NAMESPACE
105+ kubectl delete configmap dev-notification-environments --namespace=$KUBERNETES_NAMESPACE
103106 displayName: Cleanup cluster
104107 env:
105108 KUBERNETES_NAMESPACE: $(k8sNamespace)
You can’t perform that action at this time.
0 commit comments