KubeLinter is a static analysis tool that checks Kubernetes YAML files and Helm charts to ensure the applications represented in them adhere to best practices.
Description of the problem/feature request
Provide more examples of how to integrate kube-linter into other CI/CD tools for wider adoption and usage.
Description of the existing behavior vs. expected behavior
Current documentation is limited regarding how to integrate with other CI/CD tools.
I've provided a working example of getting kube-linting working for Kubernetes and Helm within Concourse CI Concourse is a popular Go-based CI tool used at a lot of large organisations.
Description of the problem/feature request Provide more examples of how to integrate kube-linter into other CI/CD tools for wider adoption and usage.
Description of the existing behavior vs. expected behavior
Current documentation is limited regarding how to integrate with other CI/CD tools.
I've provided a working example of getting kube-linting working for Kubernetes and Helm within Concourse CI Concourse is a popular Go-based CI tool used at a lot of large organisations.
Syntax error
Working Example Output:
Additional context
This is a relatively simple issue, I would like to raise a PR to add it into the ReadMes, but if accepted I will raise a PR with Concourse to add kube-linter to a list of valid resource types as outlined here: https://github.com/concourse/resource-types and here https://resource-types.concourse-ci.org/
Will provide an example for Azure DevOps aswell.