cocreators-ee / project-template

Project template for kick-starting your work the right way
Other
5 stars 7 forks source link

Kubeval validation of merges #41

Closed joakimnordling closed 4 years ago

joakimnordling commented 4 years ago

Add kubeval validation for kube merge files. This fixes the issue Kubeval validation of merges #40.

As the partial merge files can't be validated by themselves by kubeval, the merge is performed into a temporary file, which is then used for the validation.

lietu commented 4 years ago

Looks like you'll need to install https://github.com/instrumenta/kubeval/releases to Travis