mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fix Tolerations to be a list
Fix regression introduced in https://github.com/helm/charts/pull/16085 Signed-off-by: armab <dev@arma.biz>
This commit is contained in:
@@ -91,7 +91,7 @@ backupOperator:
|
|||||||
## e.g., analytics: true
|
## e.g., analytics: true
|
||||||
commandArgs: {}
|
commandArgs: {}
|
||||||
securityContext: {}
|
securityContext: {}
|
||||||
tolerations: {}
|
tolerations: []
|
||||||
|
|
||||||
# restore spec
|
# restore spec
|
||||||
restoreOperator:
|
restoreOperator:
|
||||||
@@ -118,7 +118,7 @@ restoreOperator:
|
|||||||
## e.g., analytics: true
|
## e.g., analytics: true
|
||||||
commandArgs: {}
|
commandArgs: {}
|
||||||
securityContext: {}
|
securityContext: {}
|
||||||
tolerations: {}
|
tolerations: []
|
||||||
|
|
||||||
## etcd-cluster specific values
|
## etcd-cluster specific values
|
||||||
etcdCluster:
|
etcdCluster:
|
||||||
@@ -154,4 +154,4 @@ etcdCluster:
|
|||||||
## Ref: https://kubernetes.io/docs/user-guide/node-selection/
|
## Ref: https://kubernetes.io/docs/user-guide/node-selection/
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
securityContext: {}
|
securityContext: {}
|
||||||
tolerations: {}
|
tolerations: []
|
||||||
|
|||||||
Reference in New Issue
Block a user