fix(helm): use list instead of dict for tolerations (#14604)

Fixes #14603
This commit is contained in:
Yahya
2024-09-10 08:02:57 +08:00
committed by GitHub
parent cb9d40fb8a
commit d1db11ab21

View File

@ -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"