kubewarden / helm-charts

Helm charts for the Kubewarden project
Apache License 2.0
25 stars 16 forks source link

chore: Correctly terminate null objects in collector template #494

Closed viccuad closed 1 month ago

viccuad commented 1 month ago

Description

This removes warning:

W0725 16:45:37.530588   37879 warnings.go:70] Collector config
spec.config has null objects: processors.batch:,
receivers.otlp.protocols.grpc:. For compatibility with other tooling,
such as kustomize and kubectl edit, it is recommended to use empty
objects e.g. batch: {}.

Test

Tested manually.

Additional Information

Tradeoff

Potential improvement