value of providers.kubernetesingress.ingressendpoint.publishedservice
not correct when overriding namespace
#1289
Labels
Welcome!
What version of the Traefik's Helm Chart are you using?
7.7.11
What version of Traefik are you using?
v3.2.2
What did you do?
While configuring a local environment, I created a monolithic helm chart that imports and configures dependencies where traefik is one.
I set the
namespaceOverride
config totraefik
. All resources deployed to the traefik namespace except for value of the--providers.kubernetesingress.ingressendpoint.publishedservice
arg where it wasdefault/local-traefik
where default is the helm installation namespace and not the one for traefik.What did you see instead?
I expected for the value of
--providers.kubernetesingress.ingressendpoint.publishedservice
to have the namespace I specifiedtraefik/local-traefik
What is your environment & configuration?
I ran a Minikube and deployed helm chart with the following:
Then I ran:
helm install local . -n default
Additional Information
The text was updated successfully, but these errors were encountered: