configmapcontroller icon indicating copy to clipboard operation
configmapcontroller copied to clipboard

Deploying configmapcontroller redeploys watched deployments

Open apoland opened this issue 7 years ago • 1 comments

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 to persist the last check time so that can be referenced by the new deployment.

apoland avatar Mar 23 '18 19:03 apoland

I think that since the add method is run to add the configmaps to the local store then it triggers the update.

lcnuance avatar Mar 28 '18 13:03 lcnuance