A Bash script that will query Kubernetes watch api for configmaps changes in the current namespace and start a rollout on the deployments using those configmaps
kubectl create -f https://raw.githubusercontent.com/aabed/kubernetes-configmap-rollouts/master/kubernetes-configmap-rollouts.yaml
Check the opened issue on kubernetes repo kubernetes/kubernetes#22368