mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
chore: helm - tolerations - change format from object to array (#22185)
`tolerations` is a list/array, not a map and should be represented using
`[]` instead of `{}`
closes #22179
This commit is contained in:
@@ -175,7 +175,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