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

config flag for custom ct.yaml seems to be ignored #14

Closed
monotek opened this issue Dec 28, 2019 · 4 comments
Closed

config flag for custom ct.yaml seems to be ignored #14

monotek opened this issue Dec 28, 2019 · 4 comments
Labels
question Further information is requested

Comments

@monotek
Copy link
Contributor

monotek commented Dec 28, 2019

I've used the config flag for custom ct.yaml but it seems to be ignored as the configured helm extra values for the timeout is not shown in the printed out config.

My step looked like:

      - name: Run chart-testing (install)
        uses: helm/chart-testing-action@master
        with:
          command: install
          config: /home/runner/work/zammad-helm/zammad-helm/.ci/ct.yaml

Action log: https://github.com/zammad/zammad-helm/runs/366239251

@scottrigby
Copy link
Member

config should work with a relative path. I looked for this work on a branch in your repo but didn't find it

@monotek
Copy link
Contributor Author

monotek commented Jan 7, 2020

Thanks for the hint! :)
I'll try it out with a relative path later.

I also had the plan to add a "file not found check" to the --config flag to catch such issues.
I'll add an PR as soon as i have some free time...

@monotek
Copy link
Contributor Author

monotek commented Jan 9, 2020

Using relative path fixed the issue. Thanks :)

@scottrigby scottrigby added the question Further information is requested label Jan 17, 2020
@scottrigby
Copy link
Member

Glad it worked!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants