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
234007ac
Commit
234007ac
authored
Jun 08, 2021
by
Sandro Mathys
Browse files
template the domainName in ingress
parent
9c8c2a23
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
chart/templates/ingress.yaml
View file @
234007ac
...
...
@@ -18,7 +18,7 @@ metadata:
{{
- end
}}
spec
:
rules
:
-
host
:
{{
.Values.global.domainName
}}
-
host
:
{{
tpl
.Values.global.domainName
.
}}
http
:
paths
:
-
backend
:
...
...
@@ -31,7 +31,7 @@ spec:
{{
- if .Values.ingress.letsEncrypt.enabled
}}
tls
:
-
hosts
:
-
{{
.Values.global.domainName
}}
-
{{
tpl
.Values.global.domainName
.
}}
secretName
:
{{
include "shibboleth-sp.frontend.fullname" .
}}
-letsencrypt-certs
{{
- 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