Skip to content

Commit

Permalink
[Feature][Helm] Updated the values.yaml after align the key of minRep…
Browse files Browse the repository at this point in the history
…licas and maxReplicas

Signed-off-by: Andrew Li <[email protected]>
  • Loading branch information
orcahmlee committed Oct 29, 2022
1 parent 02834cc commit 8954b64
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 @@ -113,8 +113,8 @@ additionalWorkerGroups:
# Disabled by default
disabled: true
replicas: 1
miniReplicas: 1
maxiReplicas: 3
minReplicas: 1
maxReplicas: 3
type: worker
labels: {}
initArgs:
Expand Down

0 comments on commit 8954b64

Please sign in to comment.