Tyler Helmuth
Tyler Helmuth
@legoGoat feel free to open a new PR
This feels like a consequence of helm and lists. The collector chart doesn't provide any default values for `extraVolumes` so am I right in saying this is happening because you...
/cc @swiatekm-sumo
@suyash-811 Great, we should wait until https://github.com/open-telemetry/opentelemetry-helm-charts/pull/1176 is merged.
@suyash-811 Look for the other places that use the `opentelemetry-operator.webhookCertAnnotation` helper template. I believe instead of setting `none` we can add more template logic to conditionally add the annotation. This...
> The operator will take care of deploying a collector with the same version as itself, isn't it? So why is needed to set a value for the collector by...
Yes I think that is a safe, un-breaking change that will make operator upgrades easier
You should be able to do ```yaml ports: custom: enabled: true containerPort: 9999 servicePort: 9999 hostPort: 9999 protocol: TCP ``` to add custom ports to both the container and service....
Can you be more specific about what is difficult to configure? You can remove default components using helm's `null` feature such as ```yaml config: receivers: jaeger: null prometheus: null zipkin:...