Skip to content

Commit

Permalink
docs: add location selection configuration to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Nov 21, 2024
1 parent 14c1215 commit 4b04834
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ Learn about the capabilities of this extension in our [Reliability Hub](https://

## Configuration

| Environment Variable | Helm value | Meaning | Reuired | Default |
|---------------------------------------|------------------------|--------------------------------------------------------------------------------------------------------|---------|---------|
| `STEADYBIT_EXTENSION_CLOUD_API_TOKEN` | `k6.cloudApiToken` | K6 Cloud API Token. If provided, the extension will have the option to run load tests in the k6 cloud. | no | |
| `HTTPS_PROXY` | via extraEnv variables | Configure the proxy to be used for K6 Cloud communication. | no | |
| Environment Variable | Helm value | Meaning | Reuired | Default |
|-------------------------------------------------|---------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|---------|
| `STEADYBIT_EXTENSION_CLOUD_API_TOKEN` | `k6.cloudApiToken` | K6 Cloud API Token. If provided, the extension will have the option to run load tests in the k6 cloud. | no | |
| `STEADYBIT_EXTENSION_ENABLE_LOCATION_SELECTION` | `enableLocationSelection` | By default, the platform will select a random instance when executing actions from this extension. If you enable location selection, users can optionally specify the location via target selection. | no | false |
| `HTTPS_PROXY` | via extraEnv variables | Configure the proxy to be used for K6 Cloud communication. | no | |

The extension supports all environment variables provided by [steadybit/extension-kit](https://github.com/steadybit/extension-kit#environment-variables).

Expand Down

0 comments on commit 4b04834

Please sign in to comment.