fix(mealie): decouple ldap and oidc

This commit is contained in:
Stavros Kois 2024-07-26 10:12:20 +03:00 committed by GitHub
parent d7b145bcf7
commit 3f3212ddb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

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

View File

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