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
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: https://charts.goauthentik.io/
|
repoURL: https://charts.goauthentik.io/
|
||||||
|
chart: "authentik"
|
||||||
targetRevision: 2024.6.4
|
targetRevision: 2024.6.4
|
||||||
helm:
|
helm:
|
||||||
values: |
|
values: |
|
||||||
|
@ -19,13 +20,11 @@ spec:
|
||||||
port: 5432
|
port: 5432
|
||||||
database: authentik
|
database: authentik
|
||||||
username: authentik
|
username: authentik
|
||||||
password: <your-postgresql-password>
|
|
||||||
existingSecret: authentik-secrets
|
existingSecret: authentik-secrets
|
||||||
existingSecretKey: postgresql-password
|
existingSecretKey: postgresql-password
|
||||||
redisConfig:
|
redisConfig:
|
||||||
host: <your-external-redis-host>
|
host: redis.database
|
||||||
port: <your-external-redis-port>
|
port: <your-external-redis-port>
|
||||||
password: <your-redis-password>
|
|
||||||
existingSecret: authentik-secrets
|
existingSecret: authentik-secrets
|
||||||
existingSecretKey: redis-password
|
existingSecretKey: redis-password
|
||||||
authentik:
|
authentik:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue