From 4da1f6030b63cfa7263bb0bd5d37ea58eb950a71 Mon Sep 17 00:00:00 2001 From: William P Date: Sun, 15 Jun 2025 10:02:50 -0400 Subject: [PATCH] authentik: try using template with single quote to prevent helm from thinking its part of a template --- authentik/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentik/values.yaml b/authentik/values.yaml index 740e0f2..a9aff6d 100644 --- a/authentik/values.yaml +++ b/authentik/values.yaml @@ -149,7 +149,7 @@ authentik: template: data: username: authentik - password: "`{{ .password }}`" + password: "{{ .password }}" creationPolicy: Owner deletionPolicy: Retain name: authentik-db-auth