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 350a78a commit 2703549Copy full SHA for 2703549
dev/preview/workflow/preview/deploy-gitpod.sh
@@ -242,6 +242,8 @@ 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/"]'
246
+
247
#
248
# configureDomain
249
0 commit comments