Skip to content

Commit d1db11a

Browse files
authored
fix(helm): use list instead of dict for tolerations (#14604)
Fixes #14603
1 parent cb9d40f commit d1db11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/coder/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ coder:
237237
# coder.tolerations -- Tolerations for tainted nodes.
238238
# See: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
239239
tolerations:
240-
{}
240+
[]
241241
# - key: "key"
242242
# operator: "Equal"
243243
# value: "value"

0 commit comments

Comments
 (0)