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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: azure/k8s-lint@v3
|
||||
with:
|
||||
manifests: |
|
||||
manifests/**/**/*.yaml
|
||||
kubeconformOpts: -summary
|
||||
- uses: actions/checkout@v3
|
||||
- name: validate
|
||||
uses: instrumenta/kubeval-action@master
|
||||
|
||||
Reference in New Issue
Block a user