mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2025-07-05 20:31:27 +00:00
fix(freshrss): update OIDC_ENABLED env var to 1 as true does not seem to work (#108)
This commit is contained in:
@ -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 }}
|
||||
|
Reference in New Issue
Block a user