chore(bootstrap): Added first action
Some checks failed
Validate K8s manifests / validate-manifests (push) Failing after 14s
Some checks failed
Validate K8s manifests / validate-manifests (push) Failing after 14s
This commit is contained in:
@@ -6,8 +6,6 @@ jobs:
|
|||||||
validate-manifests:
|
validate-manifests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: azure/k8s-lint@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
- name: validate
|
||||||
manifests: |
|
uses: instrumenta/kubeval-action@master
|
||||||
manifests/**/**/*.yaml
|
|
||||||
kubeconformOpts: -summary
|
|
||||||
|
|||||||
Reference in New Issue
Block a user