Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix extraEnvVars in helm chart (#582)
Fixes #581 `extraEnvVars` was being treated as a string in some places and a list in others. This PR makes it a list everywhere, any values files that look like this should be updated to remove the `|`: ```yaml extraEnvVars: | - name: BEAMLINE value: i04 ```
- Loading branch information