Skip to content

Commit 2a82d5e

Browse files
author
Simon Emms
committed
[kots]: delete any existing openvsx-proxy stateful set
1 parent a3716da commit 2a82d5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install/kots/manifests/gitpod-installer-job.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,9 @@ spec:
239239
echo "Gitpod: Escape any Golang template values"
240240
sed -i -r 's/(.*\{\{.*)/{{`\1`}}/' "${GITPOD_OBJECTS}/templates/gitpod.yaml"
241241
242+
echo "Gitpod: Delete existing Open VSX proxy stateful set"
243+
kubectl delete statefulsets.apps -n {{repl Namespace }} openvsx-proxy || true
244+
242245
# The long timeout is to ensure the TLS cert is created (if required)
243246
echo "Gitpod: Apply the Kubernetes objects"
244247
helm upgrade \

0 commit comments

Comments
 (0)