We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2703549 commit b58232dCopy full SHA for b58232d
dev/preview/workflow/preview/deploy-gitpod.sh
@@ -242,7 +242,7 @@ yq w -i "${INSTALLER_CONFIG_PATH}" containerRegistry.external.url "${GITPOD_CONT
242
yq w -i "${INSTALLER_CONFIG_PATH}" containerRegistry.external.certificate.kind secret
243
yq w -i "${INSTALLER_CONFIG_PATH}" containerRegistry.external.certificate.name "${GITPOD_IMAGE_PULL_SECRET_NAME}"
244
245
-yq w -i "${INSTALLER_CONFIG_PATH}" 'containerRegistry.privateBaseImageAllowList=["https://index.docker.io/v1/","https://docker.io/"]'
+yq w -i "${INSTALLER_CONFIG_PATH}" containerRegistry.privateBaseImageAllowList '["https://index.docker.io/v1/","https://docker.io/"]'
246
247
#
248
# configureDomain
0 commit comments