File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ if [ -n "${GATE_VALWEBHOOK}" ]; then
33
33
" ${here} /.././bin/ck8s" ops kubectl sc delete " ${GATE_VALWEBHOOK} "
34
34
fi
35
35
36
- # Destroy all helm releases
37
- " ${here} /.././bin/ck8s" ops helmfile sc -l app! =cert-manager destroy
38
-
39
36
# Makes sure to uninstall Velero properly: https://velero.io/docs/v1.13/uninstalling/
40
37
" ${here} /.././bin/ck8s" ops velero sc uninstall
41
38
39
+ # Destroy all helm releases
40
+ " ${here} /.././bin/ck8s" ops helmfile sc -l app! =cert-manager destroy
41
+
42
42
# Clean up namespaces and any other resources left behind by the apps
43
43
" ${here} /.././bin/ck8s" ops kubectl sc delete ns dex opensearch-system harbor fluentd-system gatekeeper-system thanos ingress-nginx monitoring kured falco velero
44
44
Original file line number Diff line number Diff line change 45
45
# Might fail to be destroyed the first time, therefore run it once now
46
46
" ${here} /.././bin/ck8s" ops helmfile wc -l app=hnc destroy
47
47
48
- # Destroy all helm releases
49
- " ${here} /.././bin/ck8s" ops helmfile wc -l app! =cert-manager destroy
50
-
51
48
# Makes sure to uninstall Velero properly: https://velero.io/docs/v1.13/uninstalling/
52
49
" ${here} /.././bin/ck8s" ops velero wc uninstall
53
50
51
+ # Destroy all helm releases
52
+ " ${here} /.././bin/ck8s" ops helmfile wc -l app! =cert-manager destroy
53
+
54
54
# Clean up namespaces and any other resources left behind by the apps
55
55
" ${here} /.././bin/ck8s" ops kubectl wc delete ns alertmanager falco fluentd-system fluentd gatekeeper-system hnc-system ingress-nginx monitoring velero kured
56
56
You can’t perform that action at this time.
0 commit comments