From 73382ddb0d7626973fd032c1356026ab8b667774 Mon Sep 17 00:00:00 2001 From: musa-asad Date: Tue, 17 Dec 2024 22:27:56 -0500 Subject: [PATCH] Pass TA Image to Operator Deployment --- .../templates/operator-deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/amazon-cloudwatch-observability/templates/operator-deployment.yaml b/charts/amazon-cloudwatch-observability/templates/operator-deployment.yaml index 63d6405..0a0b5ae 100644 --- a/charts/amazon-cloudwatch-observability/templates/operator-deployment.yaml +++ b/charts/amazon-cloudwatch-observability/templates/operator-deployment.yaml @@ -32,6 +32,7 @@ spec: - "--auto-instrumentation-python-image={{ template "auto-instrumentation-python.image" . }}" - "--auto-instrumentation-dotnet-image={{ template "auto-instrumentation-dotnet.image" . }}" - "--auto-instrumentation-nodejs-image={{ template "auto-instrumentation-nodejs.image" . }}" + - "--target-allocator-image={{ template "target-allocator.modify-image" }}" - "--feature-gates=operator.autoinstrumentation.multi-instrumentation,operator.autoinstrumentation.multi-instrumentation.skip-container-validation" command: - /manager