Skip to content

Commit b7e8766

Browse files
Simon Emmsmrsimonemms
Simon Emms
authored andcommitted
Add the post-processing to remove the openvsx-proxy status block
1 parent 1c551c2 commit b7e8766

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: setup.sh

+5
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,11 @@ function install_gitpod() {
207207
render \
208208
--config="${CONFIG_FILE}" > gitpod.yaml
209209

210+
# See https://github.com/gitpod-io/gitpod/tree/main/install/installer#error-validating-statefulsetstatus
211+
yq eval-all --inplace \
212+
'del(select(.kind == "StatefulSet" and .metadata.name == "openvsx-proxy").status)' \
213+
gitpod.yaml
214+
210215
kubectl apply -f gitpod.yaml
211216
}
212217

0 commit comments

Comments
 (0)