Has anyone used Helm charts in a custom namespace ...
# general
b
Has anyone used Helm charts in a custom namespace before? Setting
namespace
in
ChartOpts
doesn’t seem to do it https://pulumi.io/reference/pkg/nodejs/@pulumi/kubernetes/helm/v2/#ChartOpts-namespace
i
Yes, I have solved this in the past by using
transformations
. Here’s an example in the tests: https://github.com/pulumi/pulumi-kubernetes/blob/cd7ad30790494a1b1ae415c7bf885990d8e08606/tests/integration/istio/step1/index.ts#L35
b
Damn, I was hoping I was just using the Class wrong. Glad to know its an option though