File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
.werft/jobs/build/installer Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,12 @@ while [ "$documentIndex" -le "$DOCS" ]; do
189
189
WS_URL_TEMP_EXPR=" s|\" urlTemplate\" : \" https://{{ .Prefix }}.$CURRENT_WS_HOST_NAME \" |\" urlTemplate\" : \" https://{{ .Prefix }}.$NEW_WS_HOST_NAME \" |"
190
190
sed -i " $WS_URL_TEMP_EXPR " /tmp/" $NAME " overrides.yaml
191
191
192
+ WS_SC_TEMP_EXPR=" s|\" storageClass\" : \"\" |\" storageClass\" : \" rook-ceph-block\" |"
193
+ sed -i " $WS_SC_TEMP_EXPR " /tmp/" $NAME " overrides.yaml
194
+
195
+ WS_SC_TEMP_EXPR=" s|\" snapshotClass\" : \"\" |\" snapshotClass\" : \" csi-rbdplugin-snapclass\" |"
196
+ sed -i " $WS_SC_TEMP_EXPR " /tmp/" $NAME " overrides.yaml
197
+
192
198
# Change the port we use to connect to registry-facade
193
199
# is expected to be reg.<branch-name-with-dashes>.staging.gitpod-dev.com:$REG_DAEMON_PORT
194
200
# Change the port we use to connect to ws-daemon
You can’t perform that action at this time.
0 commit comments