mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +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.
|
||||
# See: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
|
||||
tolerations:
|
||||
{}
|
||||
[]
|
||||
# - key: "key"
|
||||
# operator: "Equal"
|
||||
# value: "value"
|
||||
|
Reference in New Issue
Block a user