Global env vars back again
This commit is contained in:
parent
53f32b5566
commit
56848821de
1 changed files with 5 additions and 0 deletions
|
@ -27,7 +27,12 @@ spec:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: authentik-secrets
|
name: authentik-secrets
|
||||||
key: secret-key
|
key: secret-key
|
||||||
|
|
||||||
values: |
|
values: |
|
||||||
|
global:
|
||||||
|
envFrom:
|
||||||
|
- secretRef:
|
||||||
|
name: authentik-env
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: false
|
enabled: false
|
||||||
redis:
|
redis:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue