This message was deleted.
# general
s
This message was deleted.
a
I'd recommend checking that that change can be made via, say, kubectl first (assuming you haven't already) - I know there are some rules about what resources can be updated vs need to be recreated when it comes to rolebindings, but I can't remember exactly what they are
g
Yes, changing the value in-place is not allowed by Kubernetes API server. I think I saw a similar issue and if I remember correctly, Pulumi has a list of resources that need to be recreated instead of changed in place.
c
@gifted-island-55702 I’ll fix this today.
g
Great - thank you @creamy-potato-29402. BTW when such an issue gets fixed is is enough to upgrade npm or python package to the new version or do we need a new pulumi binary release?
c
@gifted-island-55702 just upgrade the package.
👍 1
We release dev versions prodigiously, so
Will merge once CI passes.