traefik-crds is using unexpected meta.helm.sh/release-namespace annotation #1337
Closed
2 tasks done
Labels
kind/question
Further information is requested
Welcome!
What version of the Traefik's Helm Chart are you using?
1.2.0
What version of Traefik are you using?
3.3.2
What did you expect to happen ?
CustomResourceDefinition
withoutmeta.helm.sh/release-namespace
annotation since they're global resources.What did you notice instead ?
I'm using
traefik-crds
to deploy CRDs separately. However, it seems,CustomResourceDefinition
output file is containingmeta.helm.sh/release-namespace
annotation which seems unnecessary. On top of that, the value is using $scope.Release.Namespace which defaults to the current kube config namespace which leads to inconsistent output.What are your values ?
No values.
Additional Information
The text was updated successfully, but these errors were encountered: