Skip to content

Commit 6f649d7

Browse files
committed
scale-max missing
1 parent 1fc1ac1 commit 6f649d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/openshift/applications/knative-serving.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ the following syntax:
456456
=== "Using the Knative CLI"
457457

458458
```sh
459-
kn service create <service_name> --image <image_uri> --scale-min 1 --scale-min 3
459+
kn service create <service_name> --image <image_uri> --scale-min 1 --scale-max 3
460460
```
461461

462462
=== "Using YAML"

0 commit comments

Comments
 (0)