From 45b363505762217f0281994969c4a913b1766fb8 Mon Sep 17 00:00:00 2001 From: oscarkit Date: Thu, 17 Mar 2022 09:52:54 +0100 Subject: [PATCH] updated error in helm chart caddy.tpl --- helm/kitcaddy/templates/caddy.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm/kitcaddy/templates/caddy.tpl b/helm/kitcaddy/templates/caddy.tpl index 183ede8..11c7ce8 100644 --- a/helm/kitcaddy/templates/caddy.tpl +++ b/helm/kitcaddy/templates/caddy.tpl @@ -146,13 +146,14 @@ "sso_path": {{ .ssoPath | quote }}, "logout_landing_page": {{ .logoutLandingPage | quote }}, "cookie_domain": {{ .cookieDomain | quote }}, - "cookie_path": {{ .cookiePath | quote }}, {{- if (.roleAttributeName) }} "role_attribute_name": {{ .roleAttributeName | quote }}, {{- end }} {{- if (.allowedRoles) }} "allowed_roles": {{ .allowedRoles | toJson}}, {{- end }} + "cookie_path": {{ .cookiePath | quote }} + }, {{- end }} {{- end }}