Compare commits

..

No commits in common. "c4a7cbb74ebe6f1ee63b21b6c3d7648166ccc6ae" and "c1f990cab6e584745cffe087442db9a19f5d426e" have entirely different histories.

View file

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