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
The extraEnvVars field in the helm chart causes helm to panic when not empty, for example
extraEnvVars
extraEnvVars: | - name: BEAMLINE value: i04
leads to
install.go:222: [debug] Original chart version: "" install.go:239: [debug] CHART PATH: /home/vid18871/projects/bluesky/blueapi/helm/blueapi Error: template: blueapi/templates/deployment.yaml:97:27: executing "blueapi/templates/deployment.yaml" at <.Values.extraEnvVars>: can't evaluate field Values in type string helm.go:84: [debug] template: blueapi/templates/deployment.yaml:97:27: executing "blueapi/templates/deployment.yaml" at <.Values.extraEnvVars>: can't evaluate field Values in type string
The text was updated successfully, but these errors were encountered:
Appears to be caused by the with .Values.extraEnvVars that was added in #520
with .Values.extraEnvVars
Sorry, something went wrong.
5351741
Successfully merging a pull request may close this issue.
The
extraEnvVars
field in the helm chart causes helm to panic when not empty, for exampleleads to
The text was updated successfully, but these errors were encountered: