Modify documentation to reflect feature with rollout

This commit is contained in:
tete17
2021-02-23 18:37:46 +01:00
parent 614865a8d7
commit e8da3f48ec
3 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ metadata:
```
<small>*the default annotation can be changed with the `--secret-annotation` flag</small>
Above mentioned annotation are also work for `Daemonsets` and `Statefulsets`
Above mentioned annotation are also work for `Daemonsets` `Statefulsets` and `Rollouts`
## How Rolling upgrade works?
+1
View File
@@ -5,3 +5,4 @@ These are the key features of Reloader:
1. Restart pod in a deployment on change in linked/related configmap's or secret's
2. Restart pod in a daemonset on change in linked/related configmap's or secret's
3. Restart pod in a statefulset on change in linked/related configmap's or secret's
4. Restart pod in a rollout on change in linked/related configmap's or secret's