This message was deleted.
# kubernetes
s
This message was deleted.
r
I think this is the underlaying problem: https://github.com/helm/helm/issues/5806
I ended up commenting the cert-manager helm chart commands in Pulumi and running
pulumi up
and then uncommenting them again followed by another
pulumi up
forcing a delete and new deployment of the cert-manager Helm-Chart. This worked without impacting the services running but didnt felt right 😞 Anyone ran into similar problems and how did you fixed them... Trying to build up more knowledge to prepare for production level deployments soon...