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:
armab
2019-08-30 00:43:51 +01:00
parent fafdb806ba
commit 9fe94354e1
+3 -3
View File
@@ -91,7 +91,7 @@ backupOperator:
## e.g., analytics: true
commandArgs: {}
securityContext: {}
tolerations: {}
tolerations: []
# restore spec
restoreOperator:
@@ -118,7 +118,7 @@ restoreOperator:
## e.g., analytics: true
commandArgs: {}
securityContext: {}
tolerations: {}
tolerations: []
## etcd-cluster specific values
etcdCluster:
@@ -154,4 +154,4 @@ etcdCluster:
## Ref: https://kubernetes.io/docs/user-guide/node-selection/
nodeSelector: {}
securityContext: {}
tolerations: {}
tolerations: []