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
19
19
# If there is no value we create a new bucket with the name "container-registry-<cluster name>-<account ID>"
20
20
CONTAINER_REGISTRY_BUCKET =
21
21
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.
24
23
# 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 =
26
29
27
30
# Allow to define internal or internet-facing ALB for gitpod proxy component.
28
31
# 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