Skip to content

Commit

Permalink
Merge pull request #50 from hellofresh/patch/chart-docs-formatting
Browse files Browse the repository at this point in the history
Fix formatting in charts documentation
  • Loading branch information
s4nji authored Oct 26, 2020
2 parents a724022 + b6fc694 commit 7357024
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion charts/kangal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords:
- performance tests
- tests runner
name: kangal
version: 1.4.0
version: 1.4.1
home: https://github.com/hellofresh/kangal
icon: https://raw.githubusercontent.com/hellofresh/kangal/master/kangal_logo.svg
maintainers:
Expand Down
30 changes: 15 additions & 15 deletions charts/kangal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,21 +69,21 @@ To install Kangal to your infrastructure you need 3 deployments: Kangal-Proxy, K

The following table lists the common configurable parameters for `Kangal` chart:

| Parameter | Description | Default |
|-------------------------------------|-----------------------------------------------------------------------------------------------------|---------------------------------------|
| `fullnameOverride` | String to fully override kangal.fullname template with a string | `nil` |
| `nameOverride` | String to partially override kangal.fullname template with a string (will prepend the release name) | `nil` |
| `configmap.AWS_ACCESS_KEY_ID` | AWS access key ID. If not defined report will not be stored | `` |
| `configmap.AWS_SECRET_ACCESS_KEY` | AWS secret access key | `` |
| `configmap.AWS_BUCKET_NAME` | The name of the bucket for saving reports | `my-bucket` |
| `configmap.AWS_ENDPOINT_URL` | Storage connection parameter | `s3.us-east-1.amazonaws.com` |
| `configmap.AWS_DEFAULT_REGION` | Storage connection parameter | `us-east-1` |
| `configmap.JMETER_MASTER_IMAGE_NAME | Default JMeter master image name/repository if none is provided when creating a new loadtest | "hellofreshtech/kangal-jmeter-master" |
| `configmap.JMETER_MASTER_IMAGE_TAG | Tag of the JMeter master image above | "latest" |
| `configmap.JMETER_WORKER_IMAGE_NAME | Default JMeter worker image name/repository if none is provided when creating a new loadtest | "hellofreshtech/kangal-jmeter-worker" |
| `configmap.JMETER_WORKER_IMAGE_TAG | Tag of the JMeter worker image above | "latest" |
| `configmap.LOCUST_IMAGE | Default Locust image name/repository if none is provided when creating a new loadtest | "locustio/locust" |
| `configmap.LOCUST_IMAGE_TAG | Tag of the Locust image above | "1.3.0" |
| Parameter | Description | Default |
|--------------------------------------|-----------------------------------------------------------------------------------------------------|---------------------------------------|
| `fullnameOverride` | String to fully override kangal.fullname template with a string | `nil` |
| `nameOverride` | String to partially override kangal.fullname template with a string (will prepend the release name) | `nil` |
| `configmap.AWS_ACCESS_KEY_ID` | AWS access key ID. If not defined report will not be stored | `` |
| `configmap.AWS_SECRET_ACCESS_KEY` | AWS secret access key | `` |
| `configmap.AWS_BUCKET_NAME` | The name of the bucket for saving reports | `my-bucket` |
| `configmap.AWS_ENDPOINT_URL` | Storage connection parameter | `s3.us-east-1.amazonaws.com` |
| `configmap.AWS_DEFAULT_REGION` | Storage connection parameter | `us-east-1` |
| `configmap.JMETER_MASTER_IMAGE_NAME` | Default JMeter master image name/repository if none is provided when creating a new loadtest | `hellofreshtech/kangal-jmeter-master` |
| `configmap.JMETER_MASTER_IMAGE_TAG` | Tag of the JMeter master image above | `latest` |
| `configmap.JMETER_WORKER_IMAGE_NAME` | Default JMeter worker image name/repository if none is provided when creating a new loadtest | `hellofreshtech/kangal-jmeter-worker` |
| `configmap.JMETER_WORKER_IMAGE_TAG` | Tag of the JMeter worker image above | `latest` |
| `configmap.LOCUST_IMAGE` | Default Locust image name/repository if none is provided when creating a new loadtest | `locustio/locust` |
| `configmap.LOCUST_IMAGE_TAG` | Tag of the Locust image above | `1.3.0` |

Deployment specific configurations:

Expand Down

0 comments on commit 7357024

Please sign in to comment.