Skip to content

Commit 29d2787

Browse files
committed
Address existing linting issues
1 parent 377ad1d commit 29d2787

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/data/markdown/docs/40 xk6-disruptor/01 Get started/04 Expose Your Application.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ Until this issue is solved in `kubectl`, tests using port forwarding to access a
2929

3030
The simplest way to accomplish this is to ensure the scenario that executes the load (#2) starts after the scenario that injects the faults (#1):
3131

32+
<CodeGroup labels={["port forwarding options"]}>
33+
3234
```javascript
35+
export const options = {
3336
scenarios: {
3437
disrupt: { // #1 inject faults
3538
executor: 'shared-iterations',
@@ -47,8 +50,11 @@ The simplest way to accomplish this is to ensure the scenario that executes the
4750
startTime: '20s', // give time for the agents to be installed
4851
duration: "30s",
4952
}
50-
}
51-
```
53+
}
54+
}
55+
```
56+
57+
</CodeGroup>
5258

5359
## As a LoadBalancer service
5460

0 commit comments

Comments
 (0)