Fix expected key layout
continuous-integration/drone/push Build is passing Details

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
1 changed files with 15 additions and 12 deletions

View File

@ -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