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

ct.yaml placed in root of the repository is not being picked

Open prashant-shahi opened this issue 4 years ago • 0 comments

Versions:

Run helm/[email protected]
  with:
    version: v3.5.0
  env:
    pythonLocation: /opt/hostedtoolcache/Python/3.7.12/x64
    LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.7.12/x64/lib

I had placed ct.yaml in the root of the project but it was not being picked up by ct. However, when I pass those same from the environment variables or pass config file in CLI using --config ct.yaml, it works.

prashant-shahi avatar Jan 19 '22 17:01 prashant-shahi