Skip to content

Commit 5acdce0

Browse files
committed
chore(registry): optimizing variable naming
1 parent 523d70a commit 5acdce0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

charts/workflow/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ global:
4848
# - on-cluster: Run registry within the Kubernetes cluster
4949
# - off-cluster: Use registry outside the Kubernetes cluster (example: dockerhub,quay.io,self-hosted)
5050
registry_location: "on-cluster"
51+
# Prefix for the imagepull secret created when using private registry
52+
registry_secret_prefix: "private-registry"
5153
# The host port to which registry proxy binds to
52-
registry_service_port: 5555
54+
registry_proxy_port: 5555
5355
# If the Kubernetes cluster uses CNI
5456
# use_cni: true
5557
# Set the `listen` variable for registry-proxy's NGINX

0 commit comments

Comments
 (0)