Skip to content

Commit 4682e44

Browse files
committed
Add step to delete application namespace in Terraform destroy workflow
1 parent ef63973 commit 4682e44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/destroy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
run: |
3737
helm uninstall argocd -n argocd || true
3838
kubectl delete namespace argocd || true
39+
- name: Delete App Namespace
40+
run: |
41+
kubectl delete namespace my-app-namespace || true
3942
4043
- name: Terraform Init
4144
run: terraform init

0 commit comments

Comments
 (0)