It appears that whenever I modify the contents of ...
# kubernetes
r
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