renamed: apps/authentik/external-secret.yaml -> apps/authentik/templates/external-secret.yaml
modified: apps/authentik/values.yaml
This commit is contained in:
@@ -41,6 +41,8 @@ authentik:
|
|||||||
# --- Dependencies (Postgres & Redis) ---
|
# --- Dependencies (Postgres & Redis) ---
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
image:
|
||||||
|
tag: "15-debian-12" # Floating Tag statt fixer Hash
|
||||||
auth:
|
auth:
|
||||||
existingSecret: "authentik-secrets"
|
existingSecret: "authentik-secrets"
|
||||||
secretKeys:
|
secretKeys:
|
||||||
@@ -53,6 +55,8 @@ authentik:
|
|||||||
|
|
||||||
redis:
|
redis:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
image:
|
||||||
|
tag: "7.4-debian-12" # Floating Tag
|
||||||
auth:
|
auth:
|
||||||
existingSecret: "authentik-secrets"
|
existingSecret: "authentik-secrets"
|
||||||
existingSecretPasswordKey: "redis-password"
|
existingSecretPasswordKey: "redis-password"
|
||||||
|
|||||||
Reference in New Issue
Block a user