k8s.helm.v3.Chart does not respect namespace restriction in the provider #1570
Labels
area/helm
kind/bug
Some behavior is incorrect or out of spec
mro2
Monica's list of 2st tier overlay related issues
resolution/duplicate
This issue is a duplicate of another issue
When the
namespace
property ink8s.helm.v3.Chart
is not specified, even if theprovider
is restricted to a namespace, the chart will deploy to thedefault
namespace instead of theprovider
's namespaceExpected behavior
I expect the chart to deploy to the
provider
's namespace when I don't specify a namespace in the chart.Current behavior
The helm chart deploys in the
default
namespaceSteps to reproduce
The following code will deploy to the
default
namespace. If I uncomment the commented line, it will deploy to namespacens1
The text was updated successfully, but these errors were encountered: