We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7469c4 commit a66b539Copy full SHA for a66b539
.werft/util/uninstall-gitpod.sh
@@ -10,7 +10,7 @@ if [[ -z ${NAMESPACE} ]]; then
10
fi
11
12
echo "Removing Gitpod in namespace ${NAMESPACE}"
13
-kubectl get configmap gitpod-app -n "${NAMESPACE}" -o jsonpath='{.data.app\.yaml}' | kubectl delete -f -
+kubectl get configmap gitpod-app -n "${NAMESPACE}" -o jsonpath='{.data.app\.yaml}' | kubectl delete --ignore-not-found=true -f -
14
15
echo "Removing Gitpod storage from ${NAMESPACE}"
16
kubectl -n "${NAMESPACE}" delete pvc data-mysql-0
0 commit comments