Implement PR-1 review comments

This commit is contained in:
faizanahmad055
2018-07-13 14:55:02 +05:00
parent c35bb74896
commit 82bd2b55c5
8 changed files with 62 additions and 11 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ We would like to watch if some change happens in `ConfigMap` and `Secret` object
## Solution
Reloader can watch any changes in `ConfigMap` and `Secret` objects and then performs rolling upgrades on their associated `Deployments`, `Deamonsets` and `Statefulsets` and updating these dynamically.
Reloader can watch any changes in `ConfigMap` and `Secret` objects and update or recreate Pods for their associated `Deployments`, `Deamonsets` and `Statefulsets`. In this way Pods can get the latest changes in `ConfigMap` or `Secret` objects.
**NOTE:** This controller has been inspired from [configmapController](https://github.com/fabric8io/configmapcontroller)