Skip to content

Commit

Permalink
fix: allowExternalNameServices for kubernetes ingress when hub enabled (
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatur authored and terrych0u committed Oct 2, 2023
1 parent b87e507 commit 78c7288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traefik/templates/_podtemplate.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
{{- end }}
{{- if .Values.providers.kubernetesIngress.enabled }}
- "--providers.kubernetesingress"
{{- if .Values.providers.kubernetesIngress.allowExternalNameServices }}
{{- if (or .Values.providers.kubernetesIngress.allowExternalNameServices .Values.hub.enabled) }}
- "--providers.kubernetesingress.allowExternalNameServices=true"
{{- end }}
{{- if .Values.providers.kubernetesIngress.allowEmptyServices }}
Expand Down

0 comments on commit 78c7288

Please sign in to comment.