Skip to content

Commit

Permalink
Fix template syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
parviaim committed Oct 8, 2024
1 parent e38f9d5 commit 45f6816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/fmi-routes/templates/route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
host: {{ $route.host }}
{{- if $route.path }}
path: {{ $route.path }}
{{ - end }}
{{- end }}
port:
targetPort: {{ $route.targetPort }}
to:
Expand Down

0 comments on commit 45f6816

Please sign in to comment.