stakater / Reloader

A Kubernetes controller to watch changes in ConfigMap and Secrets and do rolling upgrades on Pods with their associated Deployment, StatefulSet, DaemonSet and DeploymentConfig – [✩Star] if you're using it!
https://docs.stakater.com/reloader/
Apache License 2.0
7.65k stars 511 forks source link

Deployment not restarting #514

Open urbaman opened 1 year ago

urbaman commented 1 year ago

Hi,

installed with this command:

helm install reloader -n reloader --create-namespace stakater/reloader --set autoReloadAll=true

I expected to be able to auto-reload a deployment in the monitoring namespace without any labels, is that right? Because it doesn't seem to work.

karl-johan-grahn commented 1 year ago

Do you mean deployment in the monitoring namespace doesn't restart under what circumstance? Updating a configmap or secret? Please provide more reproduction steps.