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

Fix for good questions like #21 #82 #49 default charts/ dir versus cu… #103

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ A GitHub Action for installing the [helm/chart-testing](https://github.com/helm/

### Pre-requisites

1. A GitHub repo containing a directory with your Helm charts (e.g: `charts`)
1. A GitHub repo containing your Helm charts.
- _Note_: by default, this action expects your charts to be in a `charts/` directory. If you'd like to use a different location, you can specify the location either as a flag to the `ct` command with `--chart-dirs somedir` and/or `--charts .` Or use a `ct.yaml` configuration file. See the [example](https://github.com/helm/chart-testing-action/issues/21#issuecomment-602831632) for more details.
1. A workflow YAML file in your `.github/workflows` directory.
An [example workflow](#example-workflow) is available below.
For more information, reference the GitHub Help Documentation for [Creating a workflow file](https://help.github.com/en/articles/configuring-a-workflow#creating-a-workflow-file)
Expand Down