abahmed / kwatch

:eyes: monitor & detect crashes in your Kubernetes(K8s) cluster instantly
https://kwatch.dev
MIT License
959 stars 75 forks source link

restart pods when config map changes #326

Closed nwsparks closed 2 months ago

nwsparks commented 2 months ago

The chart as it is currently will not redeploy the pods when the config changes. This adds that functionality as recommended by helm here https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments

also added in documentation for podLabels from my previous pr that I forgot.

Should I increment chart versions?

Working template output

image