We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 015024e commit f1e2f79Copy full SHA for f1e2f79
2 files changed
charts/builder/templates/_helpers.tpl
@@ -96,7 +96,7 @@ env:
96
- name: "DRYCC_REGISTRY_HOST"
97
value: {{ printf "drycc-registry.%s.svc.%s:5000" .Release.Namespace .Values.global.clusterDomain }}
98
- name: "DRYCC_REGISTRY_PROXY_HOST"
99
- value: {{ print "127.0.0.1" ":" .Values.registry.proxyPort }}
+ value: {{ print "127.0.0.1" ":" .Values.registry.proxy.port }}
100
- name: "DRYCC_REGISTRY_USERNAME"
101
valueFrom:
102
secretKeyRef:
charts/builder/values.yaml
@@ -75,4 +75,5 @@ storage:
75
# host port for the registry proxy in the daemonset
76
registry:
77
enabled: true
78
- proxyPort: 5555
+ proxy:
79
+ port: 5555
0 commit comments