Add custom CRD support into the kubeconform check, and ignore unknown CRDs.
This commit is contained in:
commit
c82664d952
1 changed files with 7 additions and 1 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue