add kratosUrl configuration variable
This commit is contained in:
parent
88a4367b64
commit
2fadaa2598
2 changed files with 5 additions and 0 deletions
|
|
@ -138,6 +138,8 @@ spec:
|
|||
secretKeyRef:
|
||||
name: {{ include "backend.smtp.secretName" . }}
|
||||
key: smtp-password
|
||||
- name: KRATOS_URL
|
||||
value: {{ .Values.backend.kratosUrl }}
|
||||
{{- end }}
|
||||
{{- if .Values.backend.extraEnvVars }}
|
||||
{{- include "common.tplvalues.render" (dict "value" .Values.backend.extraEnvVars "context" $) | nindent 12 }}
|
||||
|
|
|
|||
Reference in a new issue