Hi all! I'm trying to provision a Helm chart using...
# kubernetes
l
Hi all! I'm trying to provision a Helm chart using the
Resource
class but with a specified provider. I'm unable to make sense of this, and non of the docs/examples show this. Since
Release
is a "custom resource" (?) it does not take a regular
ComponentResourceOptions
block where the provider normally would go. Have anyone figured out how do do this? Any pointers appreciated!
h
https://www.pulumi.com/registry/packages/kubernetes/api-docs/helm/v3/release/#constructor-syntax a Release takes CustomResourceOptions which allows you to specify a provider
l
thanks! I saw that in the docs, but in real-life it seems to expect a different type: