From dddfe566101f5d8867cb19e975a07d392f63c762 Mon Sep 17 00:00:00 2001 From: artem-nefedov Date: Mon, 27 Nov 2023 21:21:17 +0100 Subject: [PATCH] Fix example command for enabling feature gates (#2391) Signed-off-by: Artem Nefedov --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a16593ea8..07703d7283 100644 --- a/README.md +++ b/README.md @@ -538,7 +538,7 @@ OpenTelemetry Operator allows to instrument multiple containers using multiple l These features can be enabled using `operator.autoinstrumentation.multi-instrumentation` flag when installing the Operator via Helm. By default flag is `disabled`. For example: ```sh -helm install opentelemetry-operator open-telemetry/opentelemetry-operator --set manager.featureGates=operator.autoinstrumentation.multi-instrumentation=enabled +helm install opentelemetry-operator open-telemetry/opentelemetry-operator --set manager.featureGates=operator.autoinstrumentation.multi-instrumentation ``` For more information about multi-instrumentation feature capabilities please see [Multi-container pods with multiple instrumentations](#Multi-container-pods-with-multiple-instrumentations).