Skip to content

Commit

Permalink
updated error in helm chart caddy.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarorellanakit committed Mar 17, 2022
1 parent 920b7bd commit 45b3635
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helm/kitcaddy/templates/caddy.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 45b3635

Please sign in to comment.