We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3716da commit 2a82d5eCopy full SHA for 2a82d5e
install/kots/manifests/gitpod-installer-job.yaml
@@ -239,6 +239,9 @@ spec:
239
echo "Gitpod: Escape any Golang template values"
240
sed -i -r 's/(.*\{\{.*)/{{`\1`}}/' "${GITPOD_OBJECTS}/templates/gitpod.yaml"
241
242
+ echo "Gitpod: Delete existing Open VSX proxy stateful set"
243
+ kubectl delete statefulsets.apps -n {{repl Namespace }} openvsx-proxy || true
244
+
245
# The long timeout is to ensure the TLS cert is created (if required)
246
echo "Gitpod: Apply the Kubernetes objects"
247
helm upgrade \
0 commit comments