Skip to content

Commit

Permalink
Add the post-processing to remove the openvsx-proxy status block
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Emms authored and mrsimonemms committed Mar 28, 2022
1 parent 1c551c2 commit b7e8766
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,11 @@ function install_gitpod() {
render \
--config="${CONFIG_FILE}" > gitpod.yaml

# See https://github.com/gitpod-io/gitpod/tree/main/install/installer#error-validating-statefulsetstatus
yq eval-all --inplace \
'del(select(.kind == "StatefulSet" and .metadata.name == "openvsx-proxy").status)' \
gitpod.yaml

kubectl apply -f gitpod.yaml
}

Expand Down

0 comments on commit b7e8766

Please sign in to comment.