Skip to content
GitLab
Menu
Projects
Groups
Snippets
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
7aacc164
Commit
7aacc164
authored
Jun 13, 2021
by
Sandro Mathys
Browse files
fix syntax error
parent
2bc6d188
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
templates/_validation.tpl
View file @
7aacc164
...
...
@@ -42,7 +42,7 @@ Compile all warnings into a single message, and call fail.
{
{
/***
ROUTE
***/
}
}
{{- define "shibboleth-sp.validateValues.route" -}}
{{- if .Values.openshiftv3 and .Values.route.enabled -}}
{{- if
and
.Values.openshiftv3 and .Values.route.enabled -}}
{{- if .Values.route.letsencrypt -}}
{{- if eq .Values.route.tls.termination "passthrough" }}
...
...
@@ -58,7 +58,7 @@ Compile all warnings into a single message, and call fail.
{
{
/***
INGRESS
***/
}
}
{{- define "shibboleth-sp.validateValues.ingress" -}}
{{- if .Values.openshiftv3
and
.Values.ingress.enabled -}}
{{- if
and
.Values.openshiftv3 .Values.ingress.enabled -}}
{{- if .Values.ingress.letsencrypt.enabled -}}
{{- if not .Values.ingress.letsencrypt.clusterIssuer }}
...
...
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