From 37e89d3231c5792b9d7529c88913fbbaf06b7b7c Mon Sep 17 00:00:00 2001 From: Jason Yoo Date: Tue, 19 Mar 2024 00:03:04 +0900 Subject: [PATCH] =?UTF-8?q?[=EB=AA=A8=EB=8B=88=ED=84=B0=EB=A7=81]=20tace?= =?UTF-8?q?=20=EC=9A=A9=20pod=20annotation=20=EC=88=98=EC=A0=95=20(#244)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix: pod annotation --- infra/helm/scc-server/values-dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/helm/scc-server/values-dev.yaml b/infra/helm/scc-server/values-dev.yaml index a966c94ea..72074ed82 100644 --- a/infra/helm/scc-server/values-dev.yaml +++ b/infra/helm/scc-server/values-dev.yaml @@ -30,7 +30,7 @@ serviceAccount: name: "" podAnnotations: - instrumentation.opentelemetry.io/inject-java: "true" + instrumentation.opentelemetry.io/inject-java: "openobserve-collector/openobserve-java" podSecurityContext: fsGroup: 2000