mirror of
https://github.com/coder/coder.git
synced 2025-07-10 23:53:15 +00:00
fix(helm): use list instead of dict for tolerations (#14604)
Fixes #14603
This commit is contained in:
@ -237,7 +237,7 @@ coder:
|
|||||||
# coder.tolerations -- Tolerations for tainted nodes.
|
# coder.tolerations -- Tolerations for tainted nodes.
|
||||||
# See: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
|
# See: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
|
||||||
tolerations:
|
tolerations:
|
||||||
{}
|
[]
|
||||||
# - key: "key"
|
# - key: "key"
|
||||||
# operator: "Equal"
|
# operator: "Equal"
|
||||||
# value: "value"
|
# value: "value"
|
||||||
|
Reference in New Issue
Block a user