Skip to content

Commit d1db11a

Browse files
authored
fix(helm): use list instead of dict for tolerations (#14604)
Fixes #14603
1 parent cb9d40f commit d1db11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/coder/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ coder:
237237
# coder.tolerations -- Tolerations for tainted nodes.
238238
# See: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
239239
tolerations:
240-
{}
240+
[]
241241
# - key: "key"
242242
# operator: "Equal"
243243
# value: "value"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy