Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/3-bug-fixes/ingress-fixup-3034
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix a bug in the helm chart's nginx-ingress-services / federator Ingress resource introduced in the last release.
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