From 731122eca34738876535007807e63f9c939ec204 Mon Sep 17 00:00:00 2001 From: Ravind Kumar Date: Wed, 1 Nov 2023 15:18:01 -0400 Subject: [PATCH] Fixing YAML error --- helm/operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/operator/values.yaml b/helm/operator/values.yaml index d59497d5bc0..b6d57cfbcec 100644 --- a/helm/operator/values.yaml +++ b/helm/operator/values.yaml @@ -221,7 +221,7 @@ console: # The Kubernetes scheduler uses these selectors to determine which worker nodes onto which it can deploy Console pods. # # If no worker nodes match the specified selectors, the Console deployment will fail. - nodeSelector: { }[] + nodeSelector: { } ### # # The `affinity `__ or anti-affinity settings to apply to Operator Console pods.