We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c551c2 commit b7e8766Copy full SHA for b7e8766
setup.sh
@@ -207,6 +207,11 @@ function install_gitpod() {
207
render \
208
--config="${CONFIG_FILE}" > gitpod.yaml
209
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
+
215
kubectl apply -f gitpod.yaml
216
}
217
0 commit comments