Expected wrapper resources to be created according to `package.<name>.namespace.name` but it is actually dictated by `package.<name>.helmRelease.namespace` (if present)
Bug
Description
The wrapper resources do not end up in the package's namespace if there is a difference between package.<name>.namespace.name
and package.<name>.helmRelease.namespace
. This causes the Istio policies to not work.
I think the targetNamespace
line is missing from chart/templates/wrapper/helmrelease.yaml.
Here's what it looks like for in package
's chart/templates/package/helmrelease.yaml and I believe the wrapper
's version of this should ultimately look similar:
targetNamespace: {{ dig "namespace" "name" $pkg $vals }}
BigBang Version
What version of BigBang were you running?
2.38.0