mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2025-04-04 14:23:38 +00:00
fix(freshrss): update OIDC_ENABLED env var to 1 as true does not seem to work (#108)
This commit is contained in:
parent
8f2499b55e
commit
43fcfff735
@ -23,7 +23,7 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# This is the chart version. This version number should be incremented each time you make changes
|
||||||
# to the chart and its templates, including the app version.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 1.6.0
|
version: 1.6.1
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application. Versions are not expected to
|
# incremented each time you make changes to the application. Versions are not expected to
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# freshrss
|
# freshrss
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
A Helm chart for FreshRSS
|
A Helm chart for FreshRSS
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.freshrss.oidc.enabled }}
|
{{- if .Values.freshrss.oidc.enabled }}
|
||||||
- name: OIDC_ENABLED
|
- name: OIDC_ENABLED
|
||||||
value: "true"
|
value: "1"
|
||||||
{{- with .Values.freshrss.oidc }}
|
{{- with .Values.freshrss.oidc }}
|
||||||
- name: OIDC_PROVIDER_METADATA_URL
|
- name: OIDC_PROVIDER_METADATA_URL
|
||||||
value: {{ .providerMetadataUrl }}
|
value: {{ .providerMetadataUrl }}
|
||||||
|
Loading…
Reference in New Issue
Block a user