From 9e2c30819e3a419e914e751c0c49ed7f12d1e6f0 Mon Sep 17 00:00:00 2001 From: Yahya Date: Mon, 9 Sep 2024 16:54:39 +0800 Subject: [PATCH] fix(helm): use list instead of dict for tolerations 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 49cbccf76db03..2d8a8bf4dbcd2 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"