This message was deleted.
# kubernetes
s
This message was deleted.
f
might be worth noting - i’m explicitly setting the ConfigMap’s
metadata.name
value, so my understanding is that the resource is immutable — so I’d expect this “everything deleted” behavior to happen 100% of the time, or 0% of the time
if there a “correct” way to create a dependency between a ConfigMap + helm.Chart resource, so that when: • the ConfigMap resource gets update/replaced • the helm.Chart updates as well? i’ve tried passing the ConfigMap into the helm.Chart’s
depends_on=[ConfigMap]
arg, but to no avail