Added field to preserve fields during CRD validation (#1818)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user