Compare commits
No commits in common. "c4a7cbb74ebe6f1ee63b21b6c3d7648166ccc6ae" and "c1f990cab6e584745cffe087442db9a19f5d426e" have entirely different histories.
c4a7cbb74e
...
c1f990cab6
1 changed files with 7 additions and 3 deletions
|
@ -12,12 +12,12 @@ spec:
|
|||
type: helm
|
||||
helm:
|
||||
parameters:
|
||||
- name: "postgresql.password"
|
||||
- name: "authentik.postgresql.password"
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: authentik-secrets
|
||||
key: postgresql-password
|
||||
- name: "redis.password"
|
||||
- name: "authentik.redis.password"
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: authentik-secrets
|
||||
|
@ -32,14 +32,18 @@ spec:
|
|||
enabled: false
|
||||
redis:
|
||||
enabled: false
|
||||
postgresql:
|
||||
postgresqlConfig:
|
||||
host: postgresql.database
|
||||
port: 5432
|
||||
database: authentik
|
||||
username: authentik
|
||||
existingSecret: authentik-secrets
|
||||
existingSecretKey: postgresql-password
|
||||
redisConfig:
|
||||
host: redis.database
|
||||
port: <your-external-redis-port>
|
||||
existingSecret: authentik-secrets
|
||||
existingSecretKey: redis-password
|
||||
authentik:
|
||||
external_url: "https://authentik.yourdomain.com/"
|
||||
ingress:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue