Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional property is not allowed #1322

Closed
mk-raven opened this issue Aug 29, 2024 · 1 comment
Closed

Additional property is not allowed #1322

mk-raven opened this issue Aug 29, 2024 · 1 comment
Labels
chart:demo Issues related to opentelemetry-demo helm chart

Comments

@mk-raven
Copy link

helm upgrade -i otel-demo open-telemetry/opentelemetry-demo -f custom-values.yaml --create-namespace --version 0.32.6

helm.go:84: [debug] values don't meet the specifications of the schema(s) in the following chart(s):
opentelemetry-demo:
- (root): Additional property extraVolumes is not allowed
- (root): Additional property namespaceOverride is not allowed
- (root): Additional property configMap is not allowed
- (root): Additional property mode is not allowed
- (root): Additional property resources is not allowed
- (root): Additional property clusterRole is not allowed
- (root): Additional property config is not allowed
- (root): Additional property ports is not allowed
- (root): Additional property presets is not allowed
- (root): Additional property replicaCount is not allowed
- (root): Additional property extraVolumeMounts is not allowed

my custom-values.yaml

opentelemetry-collector:
  enabled: false

jaeger:
  enabled: false

prometheus:
  enabled: false

grafana:
  enabled: false

opensearch:
  enabled: false
Copy link

dosubot bot commented Aug 29, 2024

Hello @mk-raven! I'm here to help you with your technical issues and questions. I can assist you in resolving bugs and becoming a contributor while we wait for a human maintainer.

Could you share the contents of your custom-values.yaml file? It seems like there might be additional properties in the file that are not supported by the chart.

To continue talking to Dosu, mention @dosu.

@dosubot dosubot bot added the chart:demo Issues related to opentelemetry-demo helm chart label Aug 29, 2024
@mk-raven mk-raven closed this as not planned Won't fix, can't repro, duplicate, stale Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chart:demo Issues related to opentelemetry-demo helm chart
Projects
None yet
Development

No branches or pull requests

1 participant