Skip to content

Commit 34f5bd4

Browse files
authored
fix(k6-operator): add to v1.2.x to fix mismatch between next and actual latest (#2037)
1 parent d64a882 commit 34f5bd4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/sources/k6/v1.2.x/set-up/set-up-distributed-k6/usage/common-options.md renamed to docs/sources/k6/v1.2.x/set-up/set-up-distributed-k6/usage/configure-testrun-crd.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
weight: 300
3-
title: Common options
3+
title: Configure the TestRun CRD
44
---
55

6-
# Common options
6+
# Configure the TestRun CRD
77

8-
<!-- TODO: consider removing this page once full reference is generated -->
8+
<!-- TODO: consider removing this page once machine-generated reference becomes part of the docs -->
99

10-
The only options that are required as part of the `TestRun` CRD spec are `script` and `parallelism`. This guide covers some of the most common options.
10+
The only options that are required as part of the `TestRun` CRD spec are `script` and `parallelism`. But there are many other options that can be set in `TestRun` CRD. Refer to the [crd-generated.md](https://github.com/grafana/k6-operator/blob/main/docs/crd-generated.md) file in the k6-operator GitHub repository for a complete list of all available fields.
11+
12+
Let's look at some of the most common options in greater detail.
1113

1214
## Parallelism
1315

0 commit comments

Comments
 (0)