Add kubeval workflow

This commit is contained in:
Matthew Beckett 2020-09-02 22:19:56 +01:00
parent 559d05bb7b
commit 8fe7986d0d
No known key found for this signature in database
GPG Key ID: 1DE03C2794E6CFBC
1 changed files with 10 additions and 0 deletions

10
.github/workflows/helm_validation.yaml vendored Normal file
View File

@ -0,0 +1,10 @@
name: Helm Validation
on: [pull_request, issues]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Kubeval Helm Chart
uses: junior/kubeval-helm-chart-action@0.2.0-alpha.0