how do you set the default provider? i've been su...
# kubernetes
s
how do you set the default provider? i've been successfully passing it into helm.v3.Release, but a crd2pulumi'd resource is throwing
Cannot read properties of undefined (reading 'promise')
and the provider is not
undefined
.
It appears to be breaking in resource.ts:758 which would infer that
id
is undefined, but this provider works perfectly with helm.v3.Release
g
Can you elaborate on what you're trying to do or share some code?
s
i finally figured it out. don't know how i solved it though
just kept changing things
g
Welllll... do a
git commit
before it breaks again. 😆