configmapcontroller
configmapcontroller copied to clipboard
Is this project still maintained? What's the status of the project? Thanks
Hello, Does this support monitoring multiple ConfigMaps?
We have added node affinity in our deployment. It is observed that the affinity configurations are completely removed when configmapcontoller injects the config map environment variable in the deployment template....
New Informer that listens/watches changes in secrets and triggers rolling updates in DaemonSets, Statefulsets and Deployments.
version: 2.3.11 If configmapcontroller gets redeployed, it appears to immediately restart all the deployments that are annotated for update-on-change, even if the ConfigMaps have not been updated. Perhaps it needs...
Proof of concept adding support for DaemonSets, StatefulSets. It also uses patch instead of Update, hence reducing problems introduced by different api versions trying to change the contents of the...
I'm wondering whether the configmapcontroller could also be used with secrets instead of configmaps -- the mechanics should be identical. Would this be something you'd consider, or do you think...
Is there any possibility of making this work on DaemonSets? If not I will learn go and put in a PR :-D
Two problems: Update changes all the content of the object. It's better to use patch instead if possible to reduce the risk of replacing the previous changes of an almost...
Looking for the configmap again inside the container update function introduces an error because all env vars corresponding to configmaps that didn't change are updated as well to the value...