remove -kinds
Some checks failed
Validate Kubernetes Manifests / kubeconform (pull_request) Failing after 38s
Some checks failed
Validate Kubernetes Manifests / kubeconform (pull_request) Failing after 38s
This commit is contained in:
@@ -18,4 +18,4 @@ jobs:
|
|||||||
git clone https://gitea.akshun-lab.cc/aggarwalakshun/k3s.git /mnt
|
git clone https://gitea.akshun-lab.cc/aggarwalakshun/k3s.git /mnt
|
||||||
- name: Validate Manifests
|
- name: Validate Manifests
|
||||||
run: |
|
run: |
|
||||||
kubeconform -verbose -summary -schema-location default -kinds '*' /mnt/**/*.yml
|
kubeconform -verbose -summary -schema-location default /mnt/**/*.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user