From 9e2c30819e3a419e914e751c0c49ed7f12d1e6f0 Mon Sep 17 00:00:00 2001 From: Yahya Date: Mon, 9 Sep 2024 16:54:39 +0800 Subject: [PATCH] fix(helm): use list instead of dict for tolerations Fixes #14603 --- helm/coder/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/coder/values.yaml b/helm/coder/values.yaml index 49cbccf76db03..2d8a8bf4dbcd2 100644 --- a/helm/coder/values.yaml +++ b/helm/coder/values.yaml @@ -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" 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