Skip to content

Commit 2703549

Browse files
committed
Configure privateBaseImageAllowList
1 parent 350a78a commit 2703549

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/preview/workflow/preview/deploy-gitpod.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,8 @@ yq w -i "${INSTALLER_CONFIG_PATH}" containerRegistry.external.url "${GITPOD_CONT
242242
yq w -i "${INSTALLER_CONFIG_PATH}" containerRegistry.external.certificate.kind secret
243243
yq w -i "${INSTALLER_CONFIG_PATH}" containerRegistry.external.certificate.name "${GITPOD_IMAGE_PULL_SECRET_NAME}"
244244

245+
yq w -i "${INSTALLER_CONFIG_PATH}" 'containerRegistry.privateBaseImageAllowList=["https://index.docker.io/v1/","https://docker.io/"]'
246+
245247
#
246248
# configureDomain
247249
#

0 commit comments

Comments
 (0)