diff --git a/content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm/kubernetes.md b/content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm/kubernetes.md index 69f075fa913f2..ae64addfd695f 100644 --- a/content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm/kubernetes.md +++ b/content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm/kubernetes.md @@ -196,12 +196,13 @@ This configuration enables APM for all pods except those that have either of the enabled: true targets: - name: "default-target" - matchExpressions: - - key: app - operator: NotIn - values: - - app1 - - app2 + podSelector: + matchExpressions: + - key: app + operator: NotIn + values: + - app1 + - app2 {{< /highlight >}} {{< /collapse-content >}}