We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
values-vsphere.yaml
The chart fails to render when using values-vsphere.yaml:
$ helm template charts --values charts/values-vsphere.yaml Error: template: cluster-template/templates/nodeconfig-vsphere.yaml:22:34: executing "cluster-template/templates/nodeconfig-vsphere.yaml" at <2>: invalid value; expected string Use --debug flag to render out invalid YAML
I think it's because cloudConfig in values-vsphere.yaml is null and this line expects a string:
cloudConfig
cluster-template-examples/charts/templates/nodeconfig-vsphere.yaml
Line 22 in dc5c201
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The chart fails to render when using
values-vsphere.yaml
:I think it's because
cloudConfig
invalues-vsphere.yaml
is null and this line expects a string:cluster-template-examples/charts/templates/nodeconfig-vsphere.yaml
Line 22 in dc5c201
The text was updated successfully, but these errors were encountered: