use newer containers and supply Hydra/OIDC variables to deployment
This commit is contained in:
parent
3991f9ac52
commit
a54e26c9c4
5 changed files with 22 additions and 8 deletions
|
|
@ -20,4 +20,7 @@ data:
|
|||
{{- if and (.Values.backend.smtp.password) (.Values.backend.smtp.enabled) (not .Values.backend.smtp.existingSecret) }}
|
||||
smtp-password: {{ .Values.backend.smtp.password | b64enc | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.backend.oidc.clientSecret }}
|
||||
oidc-client-secret: {{ .Values.backend.oidc.clientSecret | b64enc | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Reference in a new issue