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 7a58c39 commit 35b75c3Copy full SHA for 35b75c3
dev/preview/workflow/preview/deploy-gitpod.sh
@@ -615,7 +615,8 @@ rm -f /tmp/public-api
615
# ===============
616
617
log_info "Applying manifests (installing)"
618
-
+# avoid random werft namespace errors
619
+kubectl --kubeconfig "${PREVIEW_K3S_KUBE_PATH}" --context "${PREVIEW_K3S_KUBE_CONTEXT}" create namespace werft || true
620
kubectl --kubeconfig "${PREVIEW_K3S_KUBE_PATH}" --context "${PREVIEW_K3S_KUBE_CONTEXT}" delete -n "${PREVIEW_NAMESPACE}" job migrations || true
621
# export the function so we can use it in xargs
622
export -f diff-apply
0 commit comments