Open
Description
I would like to use the new chart Target Allocator, and I've got an error when I try to template:
---
apiVersion: v2
type: application
name: opentelemetry-stack
version: 1.0.0
appVersion: 1.0.0
dependencies:
- name: opentelemetry-target-allocator
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
version: 0.126.1
and the error:
$ helm template otel . -n opentelemetry
Error: values don't meet the specifications of the schema(s) in the following chart(s):
opentelemetry-target-allocator:
- (root): Additional property global is not allowed
This version works fine (using the Collector Helm chart):
apiVersion: v2
type: application
name: opentelemetry-stack
version: 1.0.0
appVersion: 1.0.0
dependencies:
# - name: opentelemetry-target-allocator
# repository: https://open-telemetry.github.io/opentelemetry-helm-charts
# version: 0.126.1
- name: opentelemetry-collector
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
version: 0.122.5
Any idea how to fix that ?
Metadata
Metadata
Assignees
Labels
No labels