[update-readme] update README.md file by adding not about ignore parameters

This commit is contained in:
irti
2019-07-10 11:14:30 +05:00
parent e82926a9f6
commit 7ae3a4259e
+7 -3
View File
@@ -123,6 +123,7 @@ Reloader can be configured to ignore the resources `secrets` and `configmaps` by
| --resources-to-ignore=configMaps | To ignore configMaps |
| --resources-to-ignore=secrets | To ignore secrets |
`Note`: At one time only one of these resource can be ignored, trying to do it will cause error in Reloader. Workaround for ignoring both resources is by scaling down the reloader pods to `0`.
### Vanilla kustomize
@@ -169,10 +170,13 @@ helm install stakater/reloader --set reloader.watchGlobally=false --namespace te
Reloader can be configured to ignore the resources `secrets` and `configmaps` by using the following parameters of `values.yaml` file:
| Parameter | Description |
| Parameter | Description | Type |
|---|---|
| ignoreSecrets | To ignore secrets |
| ignoreConfigMaps | To ignore configMaps |
| ignoreSecrets | To ignore secrets. Valid value are either `true` or `false` | boolean |
| ignoreConfigMaps | To ignore configMaps. Valid value are either `true` or `false` | boolean |
`Note`: At one time only one of these resource can be ignored, trying to do it will cause error in helm template compilation.
## Help