Compare commits
2 commits
b646685870
...
c82664d952
| Author | SHA1 | Date | |
|---|---|---|---|
| c82664d952 | |||
| 425be27aad |
1 changed files with 7 additions and 1 deletions
|
|
@ -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/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue