Correct Config Reference
Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>
This commit is contained in:
parent
413a3bd5f1
commit
56701c8f69
2 changed files with 3 additions and 3 deletions
|
@ -86,7 +86,7 @@ As part of the Continuous Integration system we run Helm's [Chart Testing](https
|
|||
|
||||
The checks for this tool are stricter than the standard Helm requirements, where fields normally considered optional like `maintainer` are required in the standard spec and must be valid GitHub usernames.
|
||||
|
||||
Linting configuration can be found in [ct.yaml](./.github/ct.yaml)
|
||||
Linting configuration can be found in [ct-lint.yaml](./.github/configs/ct-lint.yaml)
|
||||
|
||||
The linting can be invoked manually with the following command:
|
||||
|
||||
|
|
|
@ -12,6 +12,6 @@ docker run \
|
|||
quay.io/helmpack/chart-testing:v3.3.1 \
|
||||
-c cd /workdir \
|
||||
ct lint \
|
||||
--config .github/ct.yaml \
|
||||
--lint-conf .github/lintconf.yaml \
|
||||
--config .github/configs/ct-lint.yaml \
|
||||
--lint-conf .github/configs/lintconf.yaml \
|
||||
--debug
|
||||
|
|
Loading…
Reference in a new issue