Skip to content
New issue

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

[Go version] Support file-based value files #527

Closed
lucasreed opened this issue Feb 28, 2022 · 0 comments · Fixed by #534
Closed

[Go version] Support file-based value files #527

lucasreed opened this issue Feb 28, 2022 · 0 comments · Fixed by #534
Labels
enhancement Adding additional functionality or improvements go Pull requests that update Go code

Comments

@lucasreed
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Should support parsing files (most likely being done in the python version by passing --values <file_path/file_name to the helm command utilized) as values files like so in the course.yml file:

charts:
  chart-one:
    repository: fairwinds-incubator
    chart: basic-demo
    files:
      - subfolder/yaml_values.yml
@lucasreed lucasreed added enhancement Adding additional functionality or improvements go Pull requests that update Go code labels Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Adding additional functionality or improvements go Pull requests that update Go code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant