You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
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 avalues.yaml
with a single external dependency (cert-manager). Within my values (of the umbrella chart) I have defined the following:values.yaml
Chart.yaml
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
The text was updated successfully, but these errors were encountered: