Fix up param names
This commit is contained in:
parent
c0b6a2ff8a
commit
c4a7cbb74e
1 changed files with 3 additions and 3 deletions
|
@ -12,12 +12,12 @@ spec:
|
|||
type: helm
|
||||
helm:
|
||||
parameters:
|
||||
- name: "authentik.postgresql.password"
|
||||
- name: "postgresql.password"
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: authentik-secrets
|
||||
key: postgresql-password
|
||||
- name: "authentik.redis.password"
|
||||
- name: "redis.password"
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: authentik-secrets
|
||||
|
@ -32,7 +32,7 @@ spec:
|
|||
enabled: false
|
||||
redis:
|
||||
enabled: false
|
||||
postgresqlConfig:
|
||||
postgresql:
|
||||
host: postgresql.database
|
||||
port: 5432
|
||||
database: authentik
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue