fix(mealie): decouple ldap and oidc
This commit is contained in:
parent
d7b145bcf7
commit
3f3212ddb2
|
@ -32,4 +32,4 @@ sources:
|
|||
- https://github.com/mealie-recipes/mealie
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/mealie
|
||||
type: application
|
||||
version: 23.4.0
|
||||
version: 23.4.1
|
||||
|
|
|
@ -93,6 +93,8 @@ api:
|
|||
{{- with $api.ldap.mail_attribute }}
|
||||
LDAP_MAIL_ATTRIBUTE: {{ . | quote }}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
{{- if $api.oidc.auth_enabled }}
|
||||
{{- with $api.oidc.auth_enabled }}
|
||||
OIDC_AUTH_ENABLED: {{ . | quote }}
|
||||
{{- end -}}
|
||||
|
|
Loading…
Reference in New Issue