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/
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user