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!
Do you mean deployment in the monitoring namespace doesn't restart under what circumstance? Updating a configmap or secret? Please provide more reproduction steps.
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.