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.
This commit is contained in:
jad0s 2026-05-19 19:19:20 +02:00
commit c82664d952

View file

@ -17,4 +17,10 @@ jobs:
- name: Validate manifests
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/