Linting Helm Charts

Linting Locally

To lint helm charts, run:

make helm-lint

Linting Automatically

To perform helm chart linting automatically through a CI/CD pipeline, add the following lines to the .gitlab-ci.yml file:

stages:
- lint

include:
  # Helm
  - project: 'ska-telescope/templates-repository'
    file: 'gitlab-ci/includes/helm-chart-lint.gitlab-ci.yml'