fix(argo-cd): Prevent could not parse 0 warning (#1704)
Prevent could not parse 0 warning Signed-off-by: Viacheslav Vasilyev <avoidik@gmail.com> Signed-off-by: Viacheslav Vasilyev <avoidik@gmail.com>
This commit is contained in:
parent
bc70281ca4
commit
3644e714d8
3 changed files with 4 additions and 4 deletions
|
|
@ -401,7 +401,7 @@ NAME: my-release
|
|||
| configs.cm."application.instanceLabelKey" | string | Defaults to app.kubernetes.io/instance | The name of tracking label used by Argo CD for resource pruning |
|
||||
| configs.cm."exec.enabled" | bool | `false` | Enable exec feature in Argo UI |
|
||||
| configs.cm."server.rbac.log.enforce.enable" | bool | `false` | Enable logs RBAC enforcement |
|
||||
| configs.cm."timeout.hard.reconciliation" | int | `0` | Timeout to refresh application data as well as target manifests cache |
|
||||
| configs.cm."timeout.hard.reconciliation" | string | `"0s"` | Timeout to refresh application data as well as target manifests cache |
|
||||
| configs.cm."timeout.reconciliation" | string | `"180s"` | Timeout to discover if a new manifests version got published to the repository |
|
||||
| configs.cm.annotations | object | `{}` | Annotations to be added to argocd-cm configmap |
|
||||
| configs.cm.create | bool | `true` | Create the argocd-cm configmap for [declarative setup] |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue