kubevalidator icon indicating copy to clipboard operation
kubevalidator copied to clipboard

A GitHub App that uses kubeval to validate all of that Kubernetes YAML in your repo

Results 10 kubevalidator issues
Sort by recently updated
recently updated
newest added

> could not refresh installation id XXXXX's token: received non 2xx response status "404 Not Found" when fetching https://api.github.com/installations/XXX/access_tokens

bug

**Describe the bug** I added kubevalidator to my repository but when I put a glob path that finds kustomization.yml files it says no files. Is there a different way I...

Annotations are currently placed on line 1 of each file when they should ideally be placed on or near the line that caused the validation failure. Failures have information about...

enhancement

I'm trying to wire up Kubevalidator for https://github.com/tomkerkhove/keda which has the following configuration in `.github/kubevalidator.yaml`: ```yaml apiversion: v1alpha kind: KubeValidatorConfig spec: manifests: - glob: chart/*/*.yaml schemas: - version: 1.12.0 -...

- [ ] Create an alternate environment for pre-production features (maybe consider using Kustomize here?) - [ ] Create staging GitHub app, install on a few test repos - [...

https://github.com/urcomputeringpal/kubevalidator/blob/master/config/kubernetes/default/ingresses/kubevalidator.yaml is specific to my environment. Either remove it or treat it as an example of how someone might customize the boilerplate config I provided in a fork (possibly with...

**Is your feature request related to a problem? Please describe.** When I make a pull request that includes a CRD, I get a 404. I have tried forking the json...

enhancement
good first issue

Schemas are fetched during the course of validation, which means that tests don't work offline. It'd be cool if they did.

enhancement
help wanted