From c1f990cab6e584745cffe087442db9a19f5d426e Mon Sep 17 00:00:00 2001 From: j Date: Sun, 17 Aug 2025 14:26:41 +0000 Subject: [PATCH] spec.helm.parameters apparently exists --- applications/40-authentik/authentik.yaml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/applications/40-authentik/authentik.yaml b/applications/40-authentik/authentik.yaml index 0f26120..ec876e5 100644 --- a/applications/40-authentik/authentik.yaml +++ b/applications/40-authentik/authentik.yaml @@ -11,6 +11,22 @@ spec: targetRevision: 2025.6.4 type: helm helm: + parameters: + - name: "authentik.postgresql.password" + valueFrom: + secretKeyRef: + name: authentik-secrets + key: postgresql-password + - name: "authentik.redis.password" + valueFrom: + secretKeyRef: + name: authentik-secrets + key: redis-password + - name: "authentik.secret_key" + valueFrom: + secretKeyRef: + name: authentik-secrets + key: secret-key values: | postgresql: enabled: false @@ -29,8 +45,6 @@ spec: existingSecret: authentik-secrets existingSecretKey: redis-password authentik: - secret_key_existing_secret: authentik-secrets - secret_key_existing_secret_key: secret-key external_url: "https://authentik.yourdomain.com/" ingress: enabled: true