From 74fe55f4e11044d8086873aa39a8e352a83bdced Mon Sep 17 00:00:00 2001 From: j Date: Sun, 17 Aug 2025 02:29:31 +0000 Subject: [PATCH] Remove values from Authentik for testing --- applications/40-authentik/authentik.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/applications/40-authentik/authentik.yaml b/applications/40-authentik/authentik.yaml index 9407192..e7d0e12 100644 --- a/applications/40-authentik/authentik.yaml +++ b/applications/40-authentik/authentik.yaml @@ -12,29 +12,6 @@ spec: type: "helm" helm: releaseName: "authentik" - values: | - #database: - # host: postgresql.database - # existingSecret: authentik-secret - # secretKeys: - # username: POSTGRES_USER - # password: POSTGRES_PASSWORD - # name: POSTGRES_DB - - redis: - enabled: false - existingSecret: authentik-secret - secretKeys: - password: REDIS_PASSWORD - host: redis-master.database - - postgresql: - enabled: true - - global: - envFrom: - - secretRef: - name: authentik-env destination: server: "https://kubernetes.default.svc" namespace: home-server