chart-testing-action
chart-testing-action copied to clipboard
Be able to run without the ct.yaml config file
First of all, this tool is super nice, thanks!
It would be tidier if we could run it without the ct.yaml. I tried these, both don't work:
- name: Run chart-testing (lint)
id: lint
uses: helm/[email protected]
with:
command: lint --chart-dirs stable
- name: Run chart-testing (lint)
id: lint
uses: helm/[email protected]
with:
command: lint
env:
CT_CHART_DIRS: stable
I know env vars is covered in https://github.com/helm/chart-testing-action/issues/35 but perhaps there's another way?
I just came across the same issue and would vote to support this so we have everything at one place.
this looks a bit old maybe not apply anymore.
but the other way to configure the config in a file and commit that to the repo.