Skip to content

Commit

Permalink
helm: Uncomment the disabled key for the default workergroup
Browse files Browse the repository at this point in the history
This allows comparison between boolean types, i.e. see
ray-cluster/templates/raycluster-cluster.yaml:107, where we assert:

    {{- if ne .Values.worker.disabled true }}

The default setting for the default workergroup is setting disabled to
false.

Closes ray-project#537.
  • Loading branch information
tbabej committed Sep 6, 2022
1 parent 5254dca commit 697b27b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-chart/ray-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ head:

worker:
# If you want to disable the default workergroup
# uncomment the line below
# disabled: true
# change the line below
disabled: false
groupName: workergroup
replicas: 1
type: worker
Expand Down

0 comments on commit 697b27b

Please sign in to comment.