lint-helm component
Usage Example
include:
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/common@stable
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/lint-helm@stable
inputs:
name: <value>
Inputs
| Name | Description | Default | Type |
| --- | --- | --- | --- |
| allow-failure | Should the pipeline fail if the test fails? | false | boolean |
| name | The name of the Helm Chart. | string | |
| path | Relative path to the Helm Chart, ending in '/'. | chart/ | string |
| stage | The name of the stage. | lint | string |
| tags | The runners that this job depends on. | [] | array |