Skip to content

Commit a66b539

Browse files
iQQBotroboquat
authored andcommitted
add --ignore-not-found=true for wipe dev cluster
1 parent d7469c4 commit a66b539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.werft/util/uninstall-gitpod.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [[ -z ${NAMESPACE} ]]; then
1010
fi
1111

1212
echo "Removing Gitpod in namespace ${NAMESPACE}"
13-
kubectl get configmap gitpod-app -n "${NAMESPACE}" -o jsonpath='{.data.app\.yaml}' | kubectl delete -f -
13+
kubectl get configmap gitpod-app -n "${NAMESPACE}" -o jsonpath='{.data.app\.yaml}' | kubectl delete --ignore-not-found=true -f -
1414

1515
echo "Removing Gitpod storage from ${NAMESPACE}"
1616
kubectl -n "${NAMESPACE}" delete pvc data-mysql-0

0 commit comments

Comments
 (0)