fix(authelia): indent priv key (#7770)

This commit is contained in:
Stavros Kois
2023-03-08 21:40:12 +01:00
committed by GitHub
parent eb277493c0
commit 1e04b32630
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ sources:
- https://github.com/authelia/chartrepo
- https://github.com/authelia/authelia
type: application
version: 15.0.9
version: 15.0.10
annotations:
truecharts.org/catagories: |
- security
@@ -47,8 +47,7 @@ data:
REDIS_SENTINEL_PASSWORD: {{ .Values.redis.sentinelPassword | trimAll "\"" }}
{{- end }}
{{- if .Values.identity_providers.oidc.enabled }}
OIDC_PRIVATE_KEY: {{ $oidckey }}
OIDC_PRIVATE_KEY: |
{{- $oidckey | nindent 4 }}
OIDC_HMAC_SECRET: {{ $oidcsecret }}
{{- end }}
{{- end -}}