Skip to content

Commit

Permalink
Fix missing {{ end }}
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Vazquez committed Aug 21, 2024
1 parent 527a2ba commit 9b4179e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/o11y-service/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ spec:
name: {{ $fullName }}
port:
number: {{ $.Values.service.port }}
{{- end }}
- host: "*.eu-west.my.tibco.com"
http:
{{- if $.Values.ingress.hostsOverride -}}
Expand All @@ -95,4 +96,3 @@ spec:
number: {{ $.Values.service.port }}
{{- end }}
{{- end -}}

0 comments on commit 9b4179e

Please sign in to comment.