exclude actions folder and add missing \
Some checks failed
Validate Kubernetes Manifests / kubeconform (pull_request) Failing after 37s
Some checks failed
Validate Kubernetes Manifests / kubeconform (pull_request) Failing after 37s
This commit is contained in:
@@ -18,11 +18,14 @@ 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: |
|
||||||
find /mnt -type f \( -iname "*.yml" \) -print0 \
|
find /mnt -type f \( -name "*.yml" -o -name "*.yaml" \) \
|
||||||
| xargs -0 --no-run-if-empty kubeconform -verbose -summary \
|
-not -path "*/.gitea/*" \
|
||||||
|
-print0 | xargs -0 --no-run-if-empty kubeconform \
|
||||||
|
-verbose \
|
||||||
|
-summary \
|
||||||
-schema-location default \
|
-schema-location default \
|
||||||
-schema-location 'https://raw.githubusercontent.com/datreeio/CRDs-catalog/refs/heads/main/bitnami.com/sealedsecret_v1alpha1.json' \
|
-schema-location 'https://raw.githubusercontent.com/datreeio/CRDs-catalog/refs/heads/main/bitnami.com/sealedsecret_v1alpha1.json' \
|
||||||
-schema-location 'https://raw.githubusercontent.com/datreeio/CRDs-catalog/refs/heads/main/helm.toolkit.fluxcd.io/helmrelease_v2.json'
|
-schema-location 'https://raw.githubusercontent.com/datreeio/CRDs-catalog/refs/heads/main/helm.toolkit.fluxcd.io/helmrelease_v2.json' \
|
||||||
-schema-location 'https://raw.githubusercontent.com/datreeio/CRDs-catalog/refs/heads/main/metallb.io/ipaddresspool_v1beta1.json' \
|
-schema-location 'https://raw.githubusercontent.com/datreeio/CRDs-catalog/refs/heads/main/metallb.io/ipaddresspool_v1beta1.json' \
|
||||||
-schema-location 'https://raw.githubusercontent.com/datreeio/CRDs-catalog/refs/heads/main/metallb.io/l2advertisement_v1beta1.json' \
|
-schema-location 'https://raw.githubusercontent.com/datreeio/CRDs-catalog/refs/heads/main/metallb.io/l2advertisement_v1beta1.json' \
|
||||||
-schema-location 'https://raw.githubusercontent.com/datreeio/CRDs-catalog/refs/heads/main/source.toolkit.fluxcd.io/helmrepository_v1.json'
|
-schema-location 'https://raw.githubusercontent.com/datreeio/CRDs-catalog/refs/heads/main/source.toolkit.fluxcd.io/helmrepository_v1.json'
|
||||||
|
|||||||
Reference in New Issue
Block a user