Compare commits

..

2 commits

Author SHA1 Message Date
c82664d952 Merge branch 'main' into dev
All checks were successful
/ validate (push) Successful in 4s
Add custom CRD support into the kubeconform check, and ignore unknown
CRDs.
2026-05-19 19:19:20 +02:00
425be27aad fix(actions): let kubeconform use custom CRDs and ignore unknown ones 2026-05-19 15:56:22 +02:00

View file

@ -17,4 +17,10 @@ jobs:
- name: Validate manifests - name: Validate manifests
run: | run: |
kubeconform -strict -summary ./manifests/ kubeconform \
-strict \
-summary \
-ignore-missing-schemas \
-schema-location default \
-schema-location 'https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json' \
./manifests/