fix(argo-cd): Change default value for global.tolerations, from object to array (#1947)
Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
parent
c3759febbd
commit
b19beee4f8
3 changed files with 5 additions and 5 deletions
|
|
@ -413,7 +413,7 @@ NAME: my-release
|
|||
| global.revisionHistoryLimit | int | `3` | Number of old deployment ReplicaSets to retain. The rest will be garbage collected. |
|
||||
| global.securityContext | object | `{}` (See [values.yaml]) | Toggle and define pod-level security context. |
|
||||
| global.statefulsetAnnotations | object | `{}` | Annotations for the all deployed Statefulsets |
|
||||
| global.tolerations | object | `{}` | Default tolerations for all components |
|
||||
| global.tolerations | list | `[]` | Default tolerations for all components |
|
||||
| global.topologySpreadConstraints | list | `[]` | Default [TopologySpreadConstraints] rules for all components |
|
||||
|
||||
## Argo CD Configs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue