We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1317c0 commit 097ac2fCopy full SHA for 097ac2f
1 file changed
charts/controller/templates/_helpers.tpl
@@ -142,7 +142,11 @@ 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" }}
146
+ value: https://drycc-passport.{{ .Values.global.platform_domain }}
147
+{{- else }}
148
value: http://drycc-passport.{{ .Values.global.platform_domain }}
149
+{{- end }}
150
- name: "SOCIAL_AUTH_DRYCC_AUTHORIZATION_URL"
151
value: "$(DRYCC_PASSPORT_DOMAIN)/oauth/authorize/"
152
- name: "SOCIAL_AUTH_DRYCC_ACCESS_TOKEN_URL"
0 commit comments