Skip to content

Commit

Permalink
fixup to federator ingress helm chart syntax from the changes in #3002
Browse files Browse the repository at this point in the history
  • Loading branch information
jschaul committed Jan 30, 2023
1 parent 854e15b commit 213d319
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ spec:
- host: {{ .Values.config.dns.federator }}
http:
paths:
- backend:
- path: /
{{- if $ingressSupportsPathType }}
pathType: Prefix
{{- end }}
backend:
{{- if $apiIsStable }}
service:
name: federator
Expand Down

0 comments on commit 213d319

Please sign in to comment.