Skip to content

Commit

Permalink
Fixing YAML error
Browse files Browse the repository at this point in the history
  • Loading branch information
ravindk89 committed Nov 1, 2023
1 parent fe5ad66 commit 731122e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity/>`__ or anti-affinity settings to apply to Operator Console pods.
Expand Down

0 comments on commit 731122e

Please sign in to comment.