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
Chart deployment fails when schedulers are enabled with
│ Error: malformed chart or values: │ templates/scheduler-extn.yaml: unable to parse YAML: invalid Yaml document separator: apiVersion: v1
Helm lint output with schedulers enabled
==> Linting charts/neuron-helm-chart [INFO] Chart.yaml: icon is recommended [ERROR] templates/scheduler-extn.yaml: unable to parse YAML: invalid Yaml document separator: apiVersion: v1
This should be fixable by removing the leading - from {{- if .Values.scheduler.serviceAccount.create -}}
-
{{- if .Values.scheduler.serviceAccount.create -}}
neuron-helm-charts/charts/neuron-helm-chart/templates/scheduler-extn.yaml
Line 43 in 8172e5e
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Chart deployment fails when schedulers are enabled with
Helm lint output with schedulers enabled
Fix
This should be fixable by removing the leading
-
from{{- if .Values.scheduler.serviceAccount.create -}}
neuron-helm-charts/charts/neuron-helm-chart/templates/scheduler-extn.yaml
Line 43 in 8172e5e
The text was updated successfully, but these errors were encountered: