Added field to preserve fields during CRD validation (#1818)

This commit is contained in:
Rahul Bhati
2020-10-13 12:38:24 +05:30
committed by GitHub
parent ec22e22bbd
commit d975534bf7
2 changed files with 14 additions and 8 deletions
+2
View File
@@ -340,6 +340,8 @@ helm_uninstall_fission() {(set +e
echo "Uninstalling fission"
helm delete $id -n $ns || true
kubectl delete ns f-$id || true
echo "Deleting CRDs"
kubectl get crd | grep "fission.io" | awk '{print $1}' | xargs -n1 kubectl delete crd
)}
export -f helm_uninstall_fission