Skip to content

Commit aa95e1b

Browse files
committed
add missing param
1 parent 7d437a5 commit aa95e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/k8s-test-runner/k8s-test-runner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Before running tests, you must create a Docker image containing the test binary.
2727
3. Pushes the docker image to the image registry (e.g. Staging ECR)
2828

2929
```sh
30-
go run ./cmd/main.go create-test-image --image-registry-url <staging-ecr-registry-url> --image-tag "<image-tag>" "<path-to-test-folder>"
30+
go run ./cmd/main.go create-test-image --image-registry-url <staging-ecr-registry-url> --image-name "<image-name>" --image-tag "<image-tag>" "<path-to-test-folder>"
3131
```
3232

3333
Where `image-tag` should be a descriptive name for your test, such as "mercury-load-tests".

0 commit comments

Comments
 (0)