Skip to content

Commit

Permalink
Doc fix.
Browse files Browse the repository at this point in the history
Closes #10.
  • Loading branch information
robholland committed Jan 3, 2024
1 parent 22ed043 commit 42b6cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Usage: runner [flags] [workflow input] ...
To use the runner in a Kubernetes cluster you could use:

```
kubectl run benchmark-worker --image ghcr.io/temporalio/benchmark-workers:main \
kubectl run benchmark-runner --image ghcr.io/temporalio/benchmark-workers:main \
--image-pull-policy Always \
--env "TEMPORAL_GRPC_ENDPOINT=temporal-frontend.temporal:7233" \
--command -- runner -t ExecuteActivity '{ "Count": 3, "Activity": "Echo", "Input": { "Message": "test" } }'
Expand Down

0 comments on commit 42b6cd9

Please sign in to comment.