Skip to content

Commit

Permalink
docs: Corrected spell check for Deployment (#1476)
Browse files Browse the repository at this point in the history
Corrected spell for Deployment

Signed-off-by: Ravish Rathod <ravish.rathod@infosys.com>
  • Loading branch information
madvimer authored Feb 19, 2025
1 parent 2502b20 commit 29be814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/monitoring/opentelemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
name: collector-config
```

This references the collector defined in the `configmap.yaml` above. Here we are using a Deployemtn with just a single replica. Ideally, a DaemonSet is preferred. Check the [OpenTelemetry documentation](https://opentelemetry.io/docs/instrumentation/go/getting-started) for more deployment strategies.
This references the collector defined in the `configmap.yaml` above. Here we are using a Deployement with just a single replica. Ideally, a DaemonSet is preferred. Check the [OpenTelemetry documentation](https://opentelemetry.io/docs/instrumentation/go/getting-started) for more deployment strategies.

### The Collector Service

Expand Down

0 comments on commit 29be814

Please sign in to comment.