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:
Rowan Smith
2026-02-19 15:22:54 +11:00
committed by GitHub
parent c664e4f72d
commit d9ec892b9a
+1 -1
View File
@@ -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"