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 fd9fd4d commit ac9049aCopy full SHA for ac9049a
install/kots/manifests/gitpod-installer-job.yaml
@@ -157,6 +157,7 @@ spec:
157
158
# Add the registries to the server allowlist
159
yq e -i ".containerRegistry.privateBaseImageAllowList += $(cat /tmp/kotsregistry.json | jq '.auths' | jq -rc 'keys')" "${CONFIG_FILE}"
160
+ yq e -i ".containerRegistry.privateBaseImageAllowList += \"docker.io\"" "${CONFIG_FILE}"
161
162
if [ '{{repl ConfigOptionEquals "reg_incluster" "0" }}' = "true" ];
163
then
0 commit comments