We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523d70a commit 5acdce0Copy full SHA for 5acdce0
1 file changed
charts/workflow/values.yaml
@@ -48,8 +48,10 @@ global:
48
# - on-cluster: Run registry within the Kubernetes cluster
49
# - off-cluster: Use registry outside the Kubernetes cluster (example: dockerhub,quay.io,self-hosted)
50
registry_location: "on-cluster"
51
+ # Prefix for the imagepull secret created when using private registry
52
+ registry_secret_prefix: "private-registry"
53
# The host port to which registry proxy binds to
- registry_service_port: 5555
54
+ registry_proxy_port: 5555
55
# If the Kubernetes cluster uses CNI
56
# use_cni: true
57
# Set the `listen` variable for registry-proxy's NGINX
0 commit comments