fix(authelia): indent priv key (#7770)
This commit is contained in:
@@ -36,7 +36,7 @@ sources:
|
|||||||
- https://github.com/authelia/chartrepo
|
- https://github.com/authelia/chartrepo
|
||||||
- https://github.com/authelia/authelia
|
- https://github.com/authelia/authelia
|
||||||
type: application
|
type: application
|
||||||
version: 15.0.9
|
version: 15.0.10
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- security
|
- security
|
||||||
|
|||||||
@@ -43,12 +43,11 @@ data:
|
|||||||
STORAGE_PASSWORD: {{ $.Values.cnpg.main.creds.password | trimAll "\"" }}
|
STORAGE_PASSWORD: {{ $.Values.cnpg.main.creds.password | trimAll "\"" }}
|
||||||
|
|
||||||
REDIS_PASSWORD: {{ .Values.redis.creds.redisPassword | trimAll "\"" }}
|
REDIS_PASSWORD: {{ .Values.redis.creds.redisPassword | trimAll "\"" }}
|
||||||
{{- if .Values.redisProvider.high_availability.enabled}}
|
{{- if .Values.redisProvider.high_availability.enabled }}
|
||||||
REDIS_SENTINEL_PASSWORD: {{ .Values.redis.sentinelPassword | trimAll "\"" }}
|
REDIS_SENTINEL_PASSWORD: {{ .Values.redis.sentinelPassword | trimAll "\"" }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- if .Values.identity_providers.oidc.enabled }}
|
OIDC_PRIVATE_KEY: |
|
||||||
OIDC_PRIVATE_KEY: {{ $oidckey }}
|
{{- $oidckey | nindent 4 }}
|
||||||
OIDC_HMAC_SECRET: {{ $oidcsecret }}
|
OIDC_HMAC_SECRET: {{ $oidcsecret }}
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|||||||
Reference in New Issue
Block a user