remove -kinds
Some checks failed
Validate Kubernetes Manifests / kubeconform (pull_request) Failing after 38s

This commit is contained in:
2025-12-03 12:17:07 +05:30
parent fec651cc0a
commit 6700fd5efc

View File

@@ -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