use newer containers and supply Hydra/OIDC variables to deployment

This commit is contained in:
Maarten de Waard 2022-01-21 11:16:51 +01:00
parent 3991f9ac52
commit a54e26c9c4
No known key found for this signature in database
GPG key ID: 1D3E893A657CC8DA
5 changed files with 22 additions and 8 deletions

View file

@ -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 }}