opentelemetry-helm-charts
opentelemetry-helm-charts copied to clipboard
[DEMO]: Support adding components without modifying values.schema
It would be great to be able add services simply by adding objects to the components map in custom values. In order to maintain the case-checking on existing components, we could potentially include a new key additionalComponents
that takes a list of Component
maps.