Skip to content

Commit

Permalink
fix helm docs
Browse files Browse the repository at this point in the history
Signed-off-by: Giovanni Liva <giovanni.liva@dynatrace.com>
  • Loading branch information
thisthat committed Feb 22, 2023
1 parent a4d415c commit 1c41080
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions helm/chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,6 @@ checks
<!-- markdownlint-disable MD012 -->
## Parameters

### OpenTelemetry

| Name | Description | Value |
| ------------------- | --------------------------------------------- | --------------------- |
| `otelCollector.url` | Sets the URL for the open telemetry collector | `otel-collector:4317` |

### General

| Name | Description | Value |
| ---------------------------- | ---------------------------------------------------- | -------- |
| `deployment.imagePullPolicy` | Sets the image pull policy for kubernetes deployment | `Always` |

### Controller Log level

| Name | Description | Value |
Expand All @@ -32,6 +20,18 @@ checks
| `operator.metricsController.logLevel` | Sets the log level of Keptn Metrics Controller | `0` |
| `operator.optionsController.logLevel` | Sets the log level of Keptn Options Controller | `0` |

### OpenTelemetry

| Name | Description | Value |
| ------------------- | --------------------------------------------- | --------------------- |
| `otelCollector.url` | Sets the URL for the open telemetry collector | `otel-collector:4317` |

### General

| Name | Description | Value |
| ---------------------------- | ---------------------------------------------------- | -------- |
| `deployment.imagePullPolicy` | Sets the image pull policy for kubernetes deployment | `Always` |


## Other info

Expand Down

0 comments on commit 1c41080

Please sign in to comment.