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 13b9c1a commit 04c44f4Copy full SHA for 04c44f4
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
test/run.sh
@@ -14,6 +14,7 @@
14
15
16
set -euo pipefail
17
+set -x
18
19
REPORT=""
20
TEST_SUITE=all
0 commit comments