Anuja

Results 5 comments of Anuja

> Are you using "mode" or "agentCollector"/"standaloneCollector"? I'm actually using `mode: deployment`

> I was able to run this command and successfully disable the logs and metrics pipeline > > `helm template testing open-telemetry/opentelemetry-collector --values ./charts/opentelemetry-collector/examples/deployment-otlp-traces/values.yaml` > > ```yaml > # Source:...

Command I used `helm template otel helm/values.local.yaml --output-dir testing` Chart.yaml Otel related configuration ``` dependencies: - name: opentelemetry-collector alias: collector repository: https://open-telemetry.github.io/opentelemetry-helm-charts version: 0.x.x ``` One thing that I noticed...

Yes, I'm using opentelemetry-collector as a dependency chart just like I show in the [previous comment](https://github.com/open-telemetry/opentelemetry-helm-charts/issues/223#issuecomment-1156090699). In that Chart.yaml we are using `apiVersion: v2`. Also the Helm version is `v3.9.0`

I also had the same issue and what I did was overwrite the following values in my values.yaml file where the relevant helm chart takes zookeeper-operator as a dependency. ```...