Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
helm-charts
Shibboleth SP
Helm Chart
Commits
832edac4
Commit
832edac4
authored
Aug 15, 2021
by
Sandro Mathys
Browse files
fix validation message format
parent
8c5d000c
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/_validation.tpl
View file @
832edac4
...
...
@@ -22,7 +22,7 @@ Compile all warnings into a single message, and call fail.
{{- $message := join "\n" $messages -}}
{{- if $message -}}
{{- printf "\n\nshibboleth-sp - results of values validation:\n%s" $message | fail -}}
{{- printf "\n\nshibboleth-sp - results of values validation:\n%s
\n\n
" $message | fail -}}
{{- end -}}
{{- end -}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment