Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit a6d4b8d

Browse files
Simon Emmsmrsimonemms
authored andcommitted
Add the post-processing to remove the openvsx-proxy status block
1 parent 8907e8d commit a6d4b8d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,11 @@ function install_gitpod() {
260260
render \
261261
--config="${CONFIG_FILE}" > gitpod.yaml
262262

263+
# See https://github.com/gitpod-io/gitpod/tree/main/install/installer#error-validating-statefulsetstatus
264+
yq eval-all --inplace \
265+
'del(select(.kind == "StatefulSet" and .metadata.name == "openvsx-proxy").status)' \
266+
gitpod.yaml
267+
263268
kubectl apply -f gitpod.yaml
264269
}
265270

0 commit comments

Comments
 (0)