Skip to content

Commit b58232d

Browse files
committed
1
1 parent 2703549 commit b58232d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ 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/"]'
245+
yq w -i "${INSTALLER_CONFIG_PATH}" containerRegistry.privateBaseImageAllowList '["https://index.docker.io/v1/","https://docker.io/"]'
246246

247247
#
248248
# configureDomain

0 commit comments

Comments
 (0)