Skip to content

Commit

Permalink
Merge pull request #9 from KvalitetsIT/dockerfile-non-root
Browse files Browse the repository at this point in the history
updated error in helm chart caddy.tpl
  • Loading branch information
oscarorellanakit authored Mar 17, 2022
2 parents 65046f1 + 45b3635 commit a54b843
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 a54b843

Please sign in to comment.