We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6acb3e8 commit c27b1c8Copy full SHA for c27b1c8
.github/workflows/k8s-destroy.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Delete PR Deployment
28
run: |
29
kubectl config set-context --current --namespace="${KUBE_NAMESPACE}"
30
- kubectl delete deployment,replicaset,ingress,all -l "app.kubernetes.io/instance=${RELEASE_NAME}"
+ helm uninstall "${RELEASE_NAME}"
31
kubectl delete secret "${RELEASE_NAME}-tls"
32
33
- name: Deactivate Github Deployment
0 commit comments