File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,13 @@ ROUTE53_ZONEID=XXXXXXXXX
1919# If there is no value we create a new bucket with the name "container-registry-<cluster name>-<account ID>"
2020CONTAINER_REGISTRY_BUCKET =
2121
22- # Configure the secret name containing the credentials to pull images from private container registries.
23- # Please do not forget to create the secret!!!
22+ # The path to the file containing the credentials to pull images from private container registries.
2423# https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
25- IMAGE_PULL_SECRET =
24+ IMAGE_PULL_SECRET_FILE =
25+
26+ # List of registries (hostnames) that users get access to by default allowed to be used in base images.
27+ # Default: only images from docker.io
28+ IMAGE_REGISTRY_WHITELIST =
2629
2730# Allow to define internal or internet-facing ALB for gitpod proxy component.
2831# https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.2/guide/ingress/annotations/#scheme
You can’t perform that action at this time.
0 commit comments