Skip to content

Commit 2b068e1

Browse files
committed
Fix destroy
1 parent 5d4b055 commit 2b068e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/destroy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
run: |
7171
helm uninstall ${{ vars.APP_NAME }} -n ${{ vars.APP_NAMESPACE }} || true
7272
helm uninstall kube-prometheus-stack -n ${{ vars.MONITORING_NAMESPACE }} || true
73+
helm uninstall ingress-nginx -n ingress-nginx || true
7374
helm uninstall argocd -n ${{ vars.ARGOCD_NAMESPACE }} || true
7475
continue-on-error: true
7576

@@ -81,6 +82,7 @@ jobs:
8182
kubectl delete namespace ${{ vars.APP_NAMESPACE }} --ignore-not-found
8283
kubectl delete namespace ${{ vars.MONITORING_NAMESPACE }} --ignore-not-found
8384
kubectl delete namespace ${{ vars.ARGOCD_NAMESPACE }} --ignore-not-found
85+
kubectl delete namespace ingress-nginx --ignore-not-found
8486
continue-on-error: true
8587

8688
# ---------------------------

0 commit comments

Comments
 (0)