From 2370481d4f47e04564dfea49a5128a6ccdecb3ca Mon Sep 17 00:00:00 2001 From: joseg2 <9097155+joseg2@users.noreply.github.com> Date: Fri, 19 Jan 2024 08:01:44 +1100 Subject: [PATCH] Fixed indentation in YAML for deployment at otel-config.yaml (#9311) The name/value entry had an incorrect indentation that made the documented process fail (Document ref: https://opentelemetry.io/docs/collector/installation/) --- examples/k8s/otel-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/k8s/otel-config.yaml b/examples/k8s/otel-config.yaml index 7e61d01baf3..e942bd45782 100644 --- a/examples/k8s/otel-config.yaml +++ b/examples/k8s/otel-config.yaml @@ -206,7 +206,7 @@ spec: apiVersion: v1 fieldPath: status.podIP - name: GOMEMLIMIT - value: 1600MiB + value: 1600MiB volumeMounts: - name: otel-collector-config-vol mountPath: /conf