Skip to content

Commit

Permalink
Update README.md to include helm repo update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWert authored and github-actions committed Nov 27, 2023
1 parent e23cf13 commit fcb2211
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,12 @@ The following guide describes how to setup the OpenTelemetry demo with Elastic O
# switch to the kubernetes/elastic-helm directory
cd kubernetes/elastic-helm
# add the open-telemetry Helm repostiroy
# !(when running it for the first time) add the open-telemetry Helm repostiroy
helm repo add open-telemetry https://open-telemetry.github.io/opentelemetry-helm-charts
# !(when an older helm open-telemetry repo exists) update the open-telemetry helm repo
helm repo update open-telemetry
# deploy the demo through helm install
helm install -f values.yaml my-otel-demo open-telemetry/opentelemetry-demo
```
Expand Down

0 comments on commit fcb2211

Please sign in to comment.