helm releases seem to be less reliable in latest p...
# kubernetes
s
helm releases seem to be less reliable in latest pulumi updates. updates fail all the time now for trivial changes.
Copy code
**create failed 1 error occurred**
error looking up service account and I don't reference those in my charts.
s
Would you mind opening an issue in https://github.com/pulumi/pulumi-kubernetes/ ?
b
Which version of
pulumi-kubernetes
are you using?
s
forgive my ignorance how can I look that up?
sorry I haven't opened the ticket yet but I will do it soon
s
Depends on the language…in Python it would be in
requirements.txt
, in TS/JS it will be in
package.json
, in Go it will be in
go.mod
. I’m not entirely familiar with C# and Java, so I can’t advise you there. 🙂