Fix expected key layout
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
2719e9c3eb
commit
8a39f2dc7f
@ -120,18 +120,21 @@ spec:
|
||||
# See configuration options at https://goauthentik.io/docs/installation/configuration/
|
||||
# @default -- `[]` (See [values.yaml])
|
||||
env:
|
||||
- AUTHENTIK_SECRET_KEY:
|
||||
secretKeyRef:
|
||||
name: authentik-secret
|
||||
key: secret-key
|
||||
- AUTHENTIK_POSTGRESQL__PASSWORD:
|
||||
secretKeyRef:
|
||||
name: authentik-secret
|
||||
key: postgres-password
|
||||
- AUTHENTIK_REDIS__PASSWORD:
|
||||
secretKeyRef:
|
||||
name: authentik-secret
|
||||
key: redis-password
|
||||
- name: AUTHENTIK_SECRET_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: authentik-secret
|
||||
key: secret-key
|
||||
- name: AUTHENTIK_POSTGRESQL__PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: authentik-secret
|
||||
key: postgres-password
|
||||
- name: AUTHENTIK_REDIS__PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: authentik-secret
|
||||
key: redis-password
|
||||
# - name: AUTHENTIK_VAR_NAME
|
||||
# value: VALUE
|
||||
# - name: AUTHENTIK_VAR_OTHER
|
||||
|
Loading…
Reference in New Issue
Block a user