Skip to content

Commit

Permalink
fix delete namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jj22ee committed Dec 2, 2024
1 parent 90f3b10 commit b6dfc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java-eks-otlp-ocb-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,9 +338,9 @@ jobs:
working-directory: terraform/java/eks-otlp-ocb/util
run: |
aws eks update-kubeconfig --name ${{ env.CLUSTER_NAME }} --region ${{ env.E2E_TEST_AWS_REGION }}
kubectl delete ns ${{ env.SAMPLE_APP_NAMESPACE }}
eksctl delete iamserviceaccount --name cloudwatch-agent --namespace amazon-cloudwatch --cluster ${{ env.CLUSTER_NAME }} --region ${{ env.E2E_TEST_AWS_REGION }}
kubectl delete ns opentelemetry-operator-system
kubectl delete ns -n ${{ env.SAMPLE_APP_NAMESPACE }}
aws eks update-kubeconfig --name ${{ env.CLUSTER_NAME }} --region ${{ env.E2E_TEST_AWS_REGION }}
- name: Terraform destroy
Expand Down

0 comments on commit b6dfc07

Please sign in to comment.