Hello all, IHAC using Pulumi to upgrade some softw...
# kubernetes
s
Hello all, IHAC using Pulumi to upgrade some software on their Kubernetes clusters. They’re using the older
v3.Chart
resource from the Kubernetes v3 provider (I’m working to get the exact version), and they’re observing a ConfigMap used by the software is apparently being deleted and then recreated as part of the
pulumi up
operation. Is this expected behavior?