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
|
|
@ -106,7 +106,7 @@ global:
|
|||
nodeSelector: {}
|
||||
|
||||
# -- Default tolerations for all components
|
||||
tolerations: {}
|
||||
tolerations: []
|
||||
|
||||
# Default affinity preset for all components
|
||||
affinity:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue