Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Move details to the config section
  • Loading branch information
stuart23 authored Oct 12, 2023
1 parent 9f879ff commit 6dbf689
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions charts/opentelemetry-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ $ helm install --set admissionWebhooks.certManager.enabled=false --set admission
opentelemetry-operator open-telemetry/opentelemetry-operator
```

Additional featureGates can also be enabled through the Helm installation. For enabling the [rewrite target allocator](https://github.com/open-telemetry/opentelemetry-operator#target-allocator-config-rewriting) feature, add a `--set` flag as follows.

```console
$ helm install opentelemetry-operator open-telemetry/opentelemetry-operator --set manager.featureGates=operator.collector.rewritetargetallocator
```

_See [helm install](https://helm.sh/docs/helm/helm_install/) for command documentation._

## Uninstall Chart
Expand Down Expand Up @@ -101,6 +95,14 @@ The following command will show all the configurable options with detailed comme
$ helm show values open-telemetry/opentelemetry-operator
```

Extra configuration values can be passed into the the chart individually using the `--set` flag, or in a values file using the `--values` flag as per the `helm install` [instructions](https://helm.sh/docs/helm/helm_install/).

Additional featureGates need to be enabled during the Helm installation. Enabling the [rewrite target allocator](https://github.com/open-telemetry/opentelemetry-operator#target-allocator-config-rewriting) feature gate can be done by adding a `--set` flag as follows:

```console
$ helm install opentelemetry-operator open-telemetry/opentelemetry-operator --set manager.featureGates=operator.collector.rewritetargetallocator
```

## Install OpenTelemetry Collector

_See [OpenTelemetry website](https://opentelemetry.io/docs/collector/) for more details about the Collector_
Expand Down

0 comments on commit 6dbf689

Please sign in to comment.