Skip to content

Commit

Permalink
Updated readme and fixed lint error.
Browse files Browse the repository at this point in the history
  • Loading branch information
miransar committed Oct 17, 2024
1 parent 3c1ef91 commit 06113dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/kubernetes_deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ helm upgrade --install newrelic-otel open-telemetry/opentelemetry-demo --version
```


You can also enable New Relic browser agent to the frontend service. New Relic browser agents are interoperable with OpenTelemetry services as they support W3C headers.
You can also enable New Relic browser agent to the frontend service. New Relic browser agent is interoperable with OpenTelemetry services as it supports W3C headers.

```console
helm upgrade --install newrelic-otel open-telemetry/opentelemetry-demo --version 0.32.0 --values ./helm/values.yaml --values ./helm/frontend_service.yaml -n opentelemetry-demo
Expand Down
2 changes: 1 addition & 1 deletion helm/frontend_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ components:
valueFrom:
secretKeyRef:
name: newrelic-license-key
key: license-key
key: license-key

0 comments on commit 06113dd

Please sign in to comment.