Skip to content

Commit 20cfd3a

Browse files
committed
Update .env example file
1 parent d3900fe commit 20cfd3a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.env.example

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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>"
2020
CONTAINER_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

0 commit comments

Comments
 (0)