Skip to content

Commit

Permalink
fix(ci): upgrade destroy API
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Aug 3, 2022
1 parent 6acb3e8 commit c27b1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/k8s-destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Delete PR Deployment
run: |
kubectl config set-context --current --namespace="${KUBE_NAMESPACE}"
kubectl delete deployment,replicaset,ingress,all -l "app.kubernetes.io/instance=${RELEASE_NAME}"
helm uninstall "${RELEASE_NAME}"
kubectl delete secret "${RELEASE_NAME}-tls"
- name: Deactivate Github Deployment
Expand Down

0 comments on commit c27b1c8

Please sign in to comment.