From aca165abd2ad1f89489967e227e8c1087ffea4c5 Mon Sep 17 00:00:00 2001 From: j Date: Sat, 16 Aug 2025 06:54:28 +0000 Subject: [PATCH] envFrom under global --- applications/40-authentik/authentik.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/applications/40-authentik/authentik.yaml b/applications/40-authentik/authentik.yaml index c630cea..e1cd4cc 100644 --- a/applications/40-authentik/authentik.yaml +++ b/applications/40-authentik/authentik.yaml @@ -13,10 +13,11 @@ spec: type: "helm" helm: releaseName: "authentik" - valuesObject: - envFrom: - - secretRef: - name: authentik-values + values: | + global: + envFrom: + - secretRef: + name: authentik-values destination: server: "https://kubernetes.default.svc" namespace: home-server