solved: i'm hoping to trying out the new `Helm Rel...
# kubernetes
s
solved: i'm hoping to trying out the new
Helm Release
but with
@pulumi/kubernetes-v3.7.1
I get
Copy code
TSError: ⨯ Unable to compile TypeScript:
    index.ts(67,33): error TS2339: Property 'v3' does not exist on type 'typeof import("/home/user/Projects/pulumi/k8s/node_modules/@pulumi/kubernetes/core/index")'.
nevermind, solved it, i was trying to use k8s.core.v3 instead of k8s.helm.v3
👍 1