ci: Remove helm validation action in favour of helm kubeval directly
This commit is contained in:
14
.github/workflows/helm_validation.yaml
vendored
14
.github/workflows/helm_validation.yaml
vendored
@ -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
|
Reference in New Issue
Block a user