From 1e71be2a8d86eac8a7a30633beb65cb1ba413d9b Mon Sep 17 00:00:00 2001 From: Dominik Rosiek Date: Thu, 21 Sep 2023 17:16:07 +0200 Subject: [PATCH] fix: fix opentelemetry-operator.manager.env value Signed-off-by: Dominik Rosiek --- deploy/helm/sumologic/README.md | 2 +- deploy/helm/sumologic/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/helm/sumologic/README.md b/deploy/helm/sumologic/README.md index 8ce6d37405..be0626bd27 100644 --- a/deploy/helm/sumologic/README.md +++ b/deploy/helm/sumologic/README.md @@ -275,7 +275,7 @@ The following table lists the configurable parameters of the Sumo Logic chart an | `opentelemetry-operator.instrumentationJobImage.image.repository` | Name of the image repository used to apply Instrumentation resource | `sumologic/kubernetes-tools` | | `opentelemetry-operator.instrumentationJobImage.image.tag` | Name of the image tag used to apply Instrumentation resource | `2.14.0` | | `opentelemetry-operator.admissionWebhooks` | Admission webhooks make sure only requests with correctly formatted rules will get into the Operator. They also enable the sidecar injection for OpenTelemetryCollector and Instrumentation CR's. | See [values.yaml] | -| `opentelemetry-operator.manager.env` | Additional environment variables for opentelemetry-operator helm chart. | `Nil` | +| `opentelemetry-operator.manager.env` | Additional environment variables for opentelemetry-operator helm chart. | `{}` | | `otelcolInstrumentation.enabled` | Enables Sumo Otel Distro Collector StatefulSet to collect telemetry data. [See docs for more information.](/docs/opentelemetry-collector/traces.md) | `true` | | `otelcolInstrumentation.autoscaling.enabled` | Option to turn autoscaling on for Sumo Otel Distro Collector StatefulSet and specify params for HPA. Autoscaling needs metrics-server to access cpu metrics. | `false` | | `otelcolInstrumentation.autoscaling.minReplicas` | Default min replicas for autoscaling. | `3` | diff --git a/deploy/helm/sumologic/values.yaml b/deploy/helm/sumologic/values.yaml index a4ee639c53..9b7545d3d1 100644 --- a/deploy/helm/sumologic/values.yaml +++ b/deploy/helm/sumologic/values.yaml @@ -2436,7 +2436,7 @@ opentelemetry-operator: collectorImage: repository: "public.ecr.aws/sumologic/sumologic-otel-collector" tag: "0.85.0-sumo-0" - env: + env: {} resources: limits: cpu: 250m