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

(root): Additional property weight is not allowed #93

Open
flashpixx opened this issue Dec 9, 2024 · 0 comments
Open

(root): Additional property weight is not allowed #93

flashpixx opened this issue Dec 9, 2024 · 0 comments

Comments

@flashpixx
Copy link

flashpixx commented Dec 9, 2024

Hello,

I have stred with Helm-Spray, but I get the error message on deployment (root): Additional property weight is not allowed:
For my first test I have created a Chart.yaml with a values.yaml with a single external dependency (cert-manager). Within my values (of the umbrella chart) I have defined the following:

values.yaml

cert-manager:
  weight: 0
  installCRDs: true

Chart.yaml

dependencies:

    - name: cert-manager
      version: ~1
      repository: https://charts.jetstack.io

If I run helm spray ... I get the error message.
My goal is that I define in the umbrella chart the weights and overwrite the default value information of the subchart. I try as well the .Files.Get call, but with the same error.

I'm using Helm 3.16.3 and Spray 4.0.13

Thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant