Tidy auth
This commit is contained in:
parent
d80f349121
commit
575d2af8e9
1 changed files with 2 additions and 3 deletions
|
@ -7,6 +7,7 @@ spec:
|
|||
project: default
|
||||
source:
|
||||
repoURL: https://charts.goauthentik.io/
|
||||
chart: "authentik"
|
||||
targetRevision: 2024.6.4
|
||||
helm:
|
||||
values: |
|
||||
|
@ -19,13 +20,11 @@ spec:
|
|||
port: 5432
|
||||
database: authentik
|
||||
username: authentik
|
||||
password: <your-postgresql-password>
|
||||
existingSecret: authentik-secrets
|
||||
existingSecretKey: postgresql-password
|
||||
redisConfig:
|
||||
host: <your-external-redis-host>
|
||||
host: redis.database
|
||||
port: <your-external-redis-port>
|
||||
password: <your-redis-password>
|
||||
existingSecret: authentik-secrets
|
||||
existingSecretKey: redis-password
|
||||
authentik:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue