mintel / dex-k8s-authenticator

A Kubernetes Dex Client Authenticator
MIT License
371 stars 146 forks source link

Add all helm-options when linting via circleci #121

Open nabadger opened 4 years ago

nabadger commented 4 years ago

Whilst we perform a helm-lint, we don't enable all the options that the charts support, so we don't get great coverage when performing the lint.

nabadger commented 4 years ago

This is more about validation against the k8s schema - a yaml linter would not have caught the related issue, and helm lint is more about charts than the rendered output.

nabadger commented 3 years ago

See #157