13
0
Fork 0
mirror of https://github.com/yannh/kubeconform.git synced 2026-06-28 16:00:44 +00:00
This commit is contained in:
Mathias V. Nielsen 2026-06-16 14:01:29 +02:00 committed by GitHub
commit 8a0d397e24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -315,6 +315,14 @@ jobs:
args: "-summary -output json kubeconfigs/"
```
**Using CRDs in Github Workflow:**
To use CRDs in github workflows, you must pass the schema-location value without `''` enclosing it:
```
-schema-location https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json
```
_Note on pricing_: Kubeconform relies on Github Container Registry which is currently in Beta. During that period,
[bandwidth is free](https://docs.github.com/en/packages/guides/about-github-container-registry). After that period,
bandwidth costs might be applicable. Since bandwidth from Github Packages within Github Actions is free, I expect