We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a6cd0a commit 30906ffCopy full SHA for 30906ff
1 file changed
charts/controller/templates/_helpers.tpl
@@ -142,7 +142,7 @@ env:
142
{{- end }}
143
{{- if eq .Values.global.passport_location "on-cluster"}}
144
- name: "DRYCC_PASSPORT_DOMAIN"
145
-{{- if eq .Values.global.cert_manager_enabled "true" }}
+{{- if .Values.global.cert_manager_enabled }}
146
value: https://drycc-passport.{{ .Values.global.platform_domain }}
147
{{- else }}
148
value: http://drycc-passport.{{ .Values.global.platform_domain }}
0 commit comments