From 9fe94354e159c2dff75dad9167e03795e36757db Mon Sep 17 00:00:00 2001 From: armab Date: Fri, 30 Aug 2019 00:15:39 +0100 Subject: [PATCH] Fix Tolerations to be a list Fix regression introduced in https://github.com/helm/charts/pull/16085 Signed-off-by: armab --- stable/etcd-operator/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/etcd-operator/values.yaml b/stable/etcd-operator/values.yaml index b57d760622..a410a4b1f5 100644 --- a/stable/etcd-operator/values.yaml +++ b/stable/etcd-operator/values.yaml @@ -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: []