Add kubeval workflow
This commit is contained in:
parent
559d05bb7b
commit
8fe7986d0d
10
.github/workflows/helm_validation.yaml
vendored
Normal file
10
.github/workflows/helm_validation.yaml
vendored
Normal 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
|
Reference in New Issue
Block a user