Update from dictionary to list
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
12f4ae82bc
commit
2719e9c3eb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user