Join Slack
Powered by
It appears that whenever I modify the contents of ...
# kubernetes
r
rough-ice-18151
01/29/2025, 4:10 PM
It appears that whenever I modify the contents of a ConfigMap in my pulumi code, the engine deletes and replaces the ConfigMap in my cluster. Is there a way to prevent this behavior so the data is simply updated inside the existing ConfigMap?
q
quick-house-41860
01/29/2025, 5:02 PM
You need to set this config option on the provider:
https://www.pulumi.com/registry/packages/kubernetes/api-docs/provider/#enableconfigmapmutable_nodejs
Open in Slack
Previous
Next