Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Render ingress host #3483

Merged
merged 2 commits into from
Dec 14, 2022
Merged

Render ingress host #3483

merged 2 commits into from
Dec 14, 2022

Conversation

tobihein
Copy link
Contributor

@tobihein tobihein commented Nov 2, 2022

Support rendering hostnames like my-app-{{ .Release.Name}}.example.com to be more flexible with providing default-values with a common pattern

Rendering hostnames in the ingress provides the possibility to support hostnames like `my-app-{{ .Release.Name}}.example.com`
@basvanbeek basvanbeek requested a review from jcchavezs December 9, 2022 09:08
@@ -39,13 +39,13 @@ spec:
{{- range .Values.ingress.tls }}
- hosts:
{{- range .hosts }}
- {{ . | quote }}
- {{ tpl . $ | quote }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I understand this allows to evaluate host value as a tpl.

@jcchavezs jcchavezs merged commit b905c4d into openzipkin:master Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants