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,18 +120,21 @@ 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
secretKeyRef: valueFrom:
name: authentik-secret secretKeyRef:
key: secret-key name: authentik-secret
- AUTHENTIK_POSTGRESQL__PASSWORD: key: secret-key
secretKeyRef: - name: AUTHENTIK_POSTGRESQL__PASSWORD
name: authentik-secret valueFrom:
key: postgres-password secretKeyRef:
- AUTHENTIK_REDIS__PASSWORD: name: authentik-secret
secretKeyRef: key: postgres-password
name: authentik-secret - name: AUTHENTIK_REDIS__PASSWORD
key: redis-password valueFrom:
secretKeyRef:
name: authentik-secret
key: redis-password
# - name: AUTHENTIK_VAR_NAME # - name: AUTHENTIK_VAR_NAME
# value: VALUE # value: VALUE
# - name: AUTHENTIK_VAR_OTHER # - name: AUTHENTIK_VAR_OTHER