Skip to content

Commit 84decfd

Browse files
authored
Fix a tiny mistake in README.md (#3298)
1 parent 8883006 commit 84decfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ In some cases (for example in the case of the injection of an Istio sidecar) it
361361

362362
For this, it is possible to fine-tune the pod(s) on which the injection will be carried out.
363363

364-
For this, we will use the `instrumentation.opentelemetry.io/container-names` annotation for which we will indicate one or more pod names (`.spec.containers.name`) on which the injection must be made:
364+
For this, we will use the `instrumentation.opentelemetry.io/container-names` annotation for which we will indicate one or more container names (`.spec.containers.name`) on which the injection must be made:
365365

366366
```yaml
367367
apiVersion: apps/v1

0 commit comments

Comments
 (0)