Fix expected key layout
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2024-05-04 17:13:38 -04:00
parent 2719e9c3eb
commit 8a39f2dc7f
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8

View File

@ -120,15 +120,18 @@ spec:
# See configuration options at https://goauthentik.io/docs/installation/configuration/ # See configuration options at https://goauthentik.io/docs/installation/configuration/
# @default -- `[]` (See [values.yaml]) # @default -- `[]` (See [values.yaml])
env: env:
- AUTHENTIK_SECRET_KEY: - name: AUTHENTIK_SECRET_KEY
valueFrom:
secretKeyRef: secretKeyRef:
name: authentik-secret name: authentik-secret
key: secret-key key: secret-key
- AUTHENTIK_POSTGRESQL__PASSWORD: - name: AUTHENTIK_POSTGRESQL__PASSWORD
valueFrom:
secretKeyRef: secretKeyRef:
name: authentik-secret name: authentik-secret
key: postgres-password key: postgres-password
- AUTHENTIK_REDIS__PASSWORD: - name: AUTHENTIK_REDIS__PASSWORD
valueFrom:
secretKeyRef: secretKeyRef:
name: authentik-secret name: authentik-secret
key: redis-password key: redis-password