From 1152e4a9c72bfb2da2dc5065671abadf00e43170 Mon Sep 17 00:00:00 2001 From: Tiffany Pei Date: Tue, 4 Feb 2025 22:19:59 +0000 Subject: [PATCH] Remove irrelevant comment from the non-reconciler otel-agent ConfigMap --- manifests/otel-agent-cm.yaml | 2 -- test/kustomization/expected.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/manifests/otel-agent-cm.yaml b/manifests/otel-agent-cm.yaml index d8abe070b5..82594daa96 100644 --- a/manifests/otel-agent-cm.yaml +++ b/manifests/otel-agent-cm.yaml @@ -37,8 +37,6 @@ data: insecure: true processors: batch: - # Populate resource attributes from OTEL_RESOURCE_ATTRIBUTES env var and - # the GCE metadata service, if available. resourcedetection: detectors: [env, gcp] extensions: diff --git a/test/kustomization/expected.yaml b/test/kustomization/expected.yaml index 2659754e0c..3e5e8b9bd3 100644 --- a/test/kustomization/expected.yaml +++ b/test/kustomization/expected.yaml @@ -5660,8 +5660,6 @@ data: insecure: true processors: batch: - # Populate resource attributes from OTEL_RESOURCE_ATTRIBUTES env var and - # the GCE metadata service, if available. resourcedetection: detectors: [env, gcp] extensions: