fix(actions): let kubeconform use custom CRDs and ignore unknown ones

This commit is contained in:
jad0s 2026-05-19 15:56:22 +02:00
parent 9e5b996cb7
commit 425be27aad

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/