ngrok / kubernetes-ingress-controller

The official ngrok Ingress Controller for Kubernetes
https://ngrok.com
MIT License
183 stars 20 forks source link

fix(helm): move other checksums to pod annotations #355

Closed jrobsonchase closed 3 months ago

jrobsonchase commented 3 months ago

related: #353

What

It came to light that these annotations should actually be on the pod rather than the deployment to force them to get recreated properly.

Breaking Changes

None, leaving the deployment annotations in place for now - just duplicating them to the pod template.