Skip to content

Commit e535400

Browse files
authored
Adding Missing cmd to add helm repo (#5977)
Signed-off-by: Swapnil Kulkarni <[email protected]>
1 parent 99b15da commit e535400

File tree

1 file changed

+6
-0
lines changed
  • content/en/docs/kubernetes/helm

1 file changed

+6
-0
lines changed

content/en/docs/kubernetes/helm/demo.md

+6
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ and detailed descriptions can be found in the
2424

2525
## Installation
2626

27+
Add OpenTelemetry Helm repository:
28+
29+
```shell
30+
helm repo add open-telemetry https://open-telemetry.github.io/opentelemetry-helm-charts
31+
```
32+
2733
To install the chart with the release name `my-otel-demo`, run the following
2834
command:
2935

0 commit comments

Comments
 (0)