Skip to content

Commit 46dc84a

Browse files
committed
fix: mealie new version requires setting OIDC_TLS_CACERTFILE to avoid 500 error
As seen in mealie-recipes/mealie#6645
1 parent 65fa241 commit 46dc84a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

kubernetes/umbrella-charts/mealie/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ mealie:
5151
env:
5252
BASE_URL: mealie.example.com
5353
# OIDC with Authentik
54+
OIDC_TLS_CACERTFILE: "" # Set to empty to use default TLS certs
5455
OIDC_AUTH_ENABLED: true
5556
OIDC_SIGNUP_ENABLED: true
5657
OIDC_CONFIGURATION_URL:

0 commit comments

Comments
 (0)