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 a7f6350 commit 857ccdbCopy full SHA for 857ccdb
.github/workflows/destroy.yml
@@ -28,10 +28,8 @@ jobs:
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
33
- kubectl delete svc argocd-server -n argocd || true
34
- kubectl delete svc solar-system-svc || true
+ kubectl delete application solar-system -n argocd || true
+ kubectl delete application argocd -n argocd || true
35
36
- name: Terraform Init
37
run: terraform init
0 commit comments