From 1e605e8ce738d9298a0ce464ba09261d37505c71 Mon Sep 17 00:00:00 2001 From: Reza Saberi Rad Date: Sat, 21 Sep 2024 10:16:41 +0200 Subject: [PATCH] Fix a tiny mistake in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fe353449e..bb8fc87192 100644 --- a/README.md +++ b/README.md @@ -361,7 +361,7 @@ In some cases (for example in the case of the injection of an Istio sidecar) it For this, it is possible to fine-tune the pod(s) on which the injection will be carried out. -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: +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: ```yaml apiVersion: apps/v1