We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559d05b commit 8fe7986Copy full SHA for 8fe7986
.github/workflows/helm_validation.yaml
@@ -0,0 +1,10 @@
1
+name: Helm Validation
2
+
3
+on: [pull_request, issues]
4
5
+jobs:
6
+ validate:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Kubeval Helm Chart
10
+ uses: junior/kubeval-helm-chart-action@0.2.0-alpha.0
0 commit comments