From 3d45245312ea7c655fe5481eeb4b63a1509c72cb Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Fri, 7 Apr 2023 01:20:41 -0400 Subject: [PATCH] Set secret key with secret --- cluster/apps/authentik/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/authentik/helm-release.yaml b/cluster/apps/authentik/helm-release.yaml index 18f30c5..dadf6eb 100644 --- a/cluster/apps/authentik/helm-release.yaml +++ b/cluster/apps/authentik/helm-release.yaml @@ -17,7 +17,7 @@ spec: namespace: flux-system values: authentik: - secret_key: "${SECRET_AUTHENTIK_SECRET_KEY}" +# secret_key: "${SECRET_AUTHENTIK_SECRET_KEY}" # This sends anonymous usage-data, stack traces on errors and # performance data to sentry.beryju.org, and is fully opt-in log_level: debug