Hello, I'm new here but I am using Pulumi from qui...
# getting-started
a
Hello, I'm new here but I am using Pulumi from quite some time and recently I got into big problem. While using pulumi-kubernetes 3.23.1 with pulumi 3.60.0 every time I use ConfigMapPatch and change the data pulumi replaces ConfigMap instead of updating it. I have enabled SSA in kubernetes provider and still ConfigMap is replaced on data change.
m
Hi @astonishing-energy-53370, could you first try upgrading to the latest p-kubernetes 3.28.0? There were many improvements since your version, some of them concerning SSA.
a
3.28.0 plugin did not bring any changes for me
I'm kinda lost at this moment because I don't know where to look next.
m
It would be great if you could open an issue at https://github.com/pulumi/pulumi-kubernetes/issues, ideally with a code sample to reproduce the problem. An engineer will look into it quickly.
a
OK, I have ensured that on clean installation with all permissions available I still get
replace
status for ConfigMapPatch on data change.
So it will be an issue.
I probably have figured out the philosophy of ConfigMapPatch... and if somebody answers the same as I am thinking then it is weird.