Skip to content

Commit 13ccc6b

Browse files
committed
fix(builder): error getting private registry details the environment variable
1 parent 449ad72 commit 13ccc6b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

charts/builder/templates/_helpers.tpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ env:
9393
name: builder-secret
9494
key: registry-organization
9595
{{- else if .Values.registry.enabled }}
96+
- name: "DRYCC_REGISTRY_HOST"
97+
value: {{ printf "drycc-registry.%s.svc.%s:5000" .Release.Namespace .Values.global.clusterDomain }}
9698
- name: "DRYCC_REGISTRY_PROXY_HOST"
9799
value: {{ print "127.0.0.1" ":" .Values.registry.proxyPort }}
98100
- name: "DRYCC_REGISTRY_USERNAME"

0 commit comments

Comments
 (0)