Skip to content

Commit 30906ff

Browse files
author
lijianguo
committed
fix(chart): set the domain depends cert_manager_enabled
1 parent 8a6cd0a commit 30906ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/controller/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ env:
142142
{{- end }}
143143
{{- if eq .Values.global.passport_location "on-cluster"}}
144144
- name: "DRYCC_PASSPORT_DOMAIN"
145-
{{- if eq .Values.global.cert_manager_enabled "true" }}
145+
{{- if .Values.global.cert_manager_enabled }}
146146
value: https://drycc-passport.{{ .Values.global.platform_domain }}
147147
{{- else }}
148148
value: http://drycc-passport.{{ .Values.global.platform_domain }}

0 commit comments

Comments
 (0)