This message was deleted.
# general
s
This message was deleted.
s
after finding https://pulumi.io/reference/programming-model.html#programming-model i think i get it some of it, regarding how the configmap name is referenced — but still missing the part about create new + replace old
c
@salmon-pizza-65823 so, there are a subset of fields in
ConfigMap
that, when changed, trigger us to replace-then-delete
These aren’t written down in the docs anywhere, but we probably shoult.
Basically the semantics are: if you change anything in the
data
field, we will create a new configmap with the updated data, update all objects referencing it, and then delete the old one, after success.
@salmon-pizza-65823 I’ll file a bug to write docs about this.
s
thanks! :-)