Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 275 Bytes

CONTRIBUTING.MD

File metadata and controls

18 lines (13 loc) · 275 Bytes

Test and Lint

Installation

$ brew install chart-testing yamllint
$ helm plugin install https://github.com/helm-unittest/helm-unittest.git

Execution

# unit testing
helm unittest ./charts/{chart-name}

# linting
$ ct lint --target-branch main