great-sunset-355
04/06/2022, 1:32 PMwarning: This resource contains Helm hooks that are not currently supported by Pulumi. The resource will be created, but any hooks will not be executed. Hooks support is tracked at <https://github.com/pulumi/pulumi-kubernetes/issues/555> -- This warning can be disabled by setting the PULUMI_K8S_SUPPRESS_HELM_HOOK_WARNINGS environment variable
kubernetes resource 3.18.0 77 MB n/a 22 minutes ago
billowy-army-68599
04/06/2022, 2:32 PMhelm.v3.Chart
?
if so, you need to switch to helm.v3.Release
to get helm hooks workinggreat-sunset-355
04/06/2022, 2:43 PMbillowy-army-68599
04/06/2022, 2:45 PMhelm.v3.Chart
uses helm template
to render the resources. Helm hooks are server side, so they don't work with helm.v3.Chart
helm.v3.Release
works server side, so hooks work as expectedgreat-sunset-355
04/07/2022, 8:44 AM