We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b20f40 commit d1d73a2Copy full SHA for d1d73a2
.github/workflows/destroy.yml
@@ -27,11 +27,11 @@ jobs:
27
- name: Delete LoadBalancer Services
28
run: |
29
aws eks update-kubeconfig --name otel-cluster --region us-east-1 || true
30
-
31
- # Only delete the LoadBalancer services to prevent VPC destruction issues
32
- # Let Terraform handle destroying the ArgoCD application it created
+
+ helm uninstall argocd -n argocd || true
33
kubectl delete svc argocd-server -n argocd || true
34
- kubectl delete svc solar-system-svc || true
+ kubectl delete svc solar-system-svc -n default || true
35
36
- name: Terraform Init
37
run: terraform init
0 commit comments