Archived
1
0

ci: Remove helm validation action in favour of helm kubeval directly

This commit is contained in:
Anmol Sethi
2020-11-13 18:34:11 -05:00
parent 9af3671c05
commit f4d48bc880
3 changed files with 7 additions and 14 deletions

View File

@ -1,14 +0,0 @@
name: Helm Validation
on: [pull_request, issues]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Kubeval Helm Chart
uses: junior/kubeval-helm-chart-action@0.2.0-alpha.0
env:
INPUT_KUBERNETES_VERSION: 1.19