From 84decfd46de86d24a99dc889eda2560a45059ad8 Mon Sep 17 00:00:00 2001 From: Reza Saberi Rad Date: Mon, 23 Sep 2024 14:55:42 +0200 Subject: [PATCH] Fix a tiny mistake in README.md (#3298) --- 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