renamed: apps/authentik/external-secret.yaml -> apps/authentik/templates/external-secret.yaml

modified:   apps/authentik/values.yaml
This commit is contained in:
Ubuntu
2026-01-12 16:29:42 +00:00
parent db45162633
commit 6b2e293fed
2 changed files with 4 additions and 0 deletions

View File

@@ -41,6 +41,8 @@ authentik:
# --- Dependencies (Postgres & Redis) ---
postgresql:
enabled: true
image:
tag: "15-debian-12" # Floating Tag statt fixer Hash
auth:
existingSecret: "authentik-secrets"
secretKeys:
@@ -53,6 +55,8 @@ authentik:
redis:
enabled: true
image:
tag: "7.4-debian-12" # Floating Tag
auth:
existingSecret: "authentik-secrets"
existingSecretPasswordKey: "redis-password"