Hi there, I have a newbie question regarding Helm ...
# kubernetes
e
Hi there, I have a newbie question regarding Helm deployments with Pulumi. I created a helm resource with the official spinnaker helm chart. I adapt the values and the with the values I create Configmaps. The first deployment with Pulumi was successfully. When I make changes in the Configmaps I see the proper Pulumi resources are being replaced. But it seems after the replace there is no upgrade to the helm chart executed. I need this because there is a K8s job triggered by post-upgrade and this job isn’t running but is strongly required. Can anyone help me out?