chart-testing-action icon indicating copy to clipboard operation
chart-testing-action copied to clipboard

Be able to run without the ct.yaml config file

Open max-rocket-internet opened this issue 5 years ago • 1 comments

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?

max-rocket-internet avatar Aug 07 '20 14:08 max-rocket-internet

I just came across the same issue and would vote to support this so we have everything at one place.

jannis-a avatar Sep 04 '20 13:09 jannis-a

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.

cpanato avatar Sep 27 '22 12:09 cpanato