Skip to content

Commit 5d35e70

Browse files
author
Matt Wittwer
committed
update autoscaling example command
1 parent e8a6090 commit 5d35e70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/k8s-onprem/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,10 @@ documentation](https://helm.sh/docs/using_helm/#customizing-the-chart-before-ins
214214
You can edit the values.yaml file directly or you can use the *--set*
215215
option to override a single parameter with the CLI. For example, to
216216
deploy a cluster with a minimum of two inference servers use *--set* to
217-
set the autoscaler.minReplicas parameter.
217+
set the autoscaling.minReplicas parameter.
218218

219219
```
220-
$ helm install example --set autoscaler.minReplicas=2 .
220+
$ helm install example --set autoscaling.minReplicas=2 .
221221
```
222222

223223
You can also write your own "config.yaml" file with the values you

0 commit comments

Comments
 (0)