fix(freshrss): update OIDC_ENABLED env var to 1 as true does not seem to work (#108)

This commit is contained in:
2025-03-11 17:08:30 +00:00
committed by GitHub
parent 8f2499b55e
commit 43fcfff735
3 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ spec:
{{- end }}
{{- if .Values.freshrss.oidc.enabled }}
- name: OIDC_ENABLED
value: "true"
value: "1"
{{- with .Values.freshrss.oidc }}
- name: OIDC_PROVIDER_METADATA_URL
value: {{ .providerMetadataUrl }}