From d1db11ab21b9b7cfcd21393dec413bc8414f9d8c Mon Sep 17 00:00:00 2001 From: Yahya Date: Tue, 10 Sep 2024 08:02:57 +0800 Subject: [PATCH] fix(helm): use list instead of dict for tolerations (#14604) Fixes #14603 --- helm/coder/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/coder/values.yaml b/helm/coder/values.yaml index 49cbccf76d..2d8a8bf4db 100644 --- a/helm/coder/values.yaml +++ b/helm/coder/values.yaml @@ -237,7 +237,7 @@ coder: # coder.tolerations -- Tolerations for tainted nodes. # See: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ tolerations: - {} + [] # - key: "key" # operator: "Equal" # value: "value"