Update from dictionary to list
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2024-05-04 17:10:19 -04:00
parent 12f4ae82bc
commit 2719e9c3eb
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8

View File

@ -120,15 +120,15 @@ 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: - AUTHENTIK_SECRET_KEY:
secretKeyRef: secretKeyRef:
name: authentik-secret name: authentik-secret
key: secret-key key: secret-key
AUTHENTIK_POSTGRESQL__PASSWORD: - AUTHENTIK_POSTGRESQL__PASSWORD:
secretKeyRef: secretKeyRef:
name: authentik-secret name: authentik-secret
key: postgres-password key: postgres-password
AUTHENTIK_REDIS__PASSWORD: - AUTHENTIK_REDIS__PASSWORD:
secretKeyRef: secretKeyRef:
name: authentik-secret name: authentik-secret
key: redis-password key: redis-password