From 767cf93797fd476c7374169b61c6104f43dd4fe5 Mon Sep 17 00:00:00 2001 From: William P Date: Sun, 15 Jun 2025 10:06:30 -0400 Subject: [PATCH] authentik: does this escape work?! --- authentik/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentik/values.yaml b/authentik/values.yaml index ff5b2b3..2db3221 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