This commit is contained in:
parent
214cce1cc9
commit
fb54f71280
2
.prettierignore
Normal file
2
.prettierignore
Normal file
@ -0,0 +1,2 @@
|
||||
.drone.yml
|
||||
LICENSE
|
@ -9,10 +9,12 @@ The project is inspired by [Datree's CRDs-catalog](https://github.com/datreeio/C
|
||||
|
||||
## Usage
|
||||
|
||||
Schemes are generated by the CI and automatically pushed to the `catalog` branch.
|
||||
|
||||
### Kubeconform
|
||||
|
||||
```Shell
|
||||
kubeconform -schema-location default -schema-location 'https://gitea.rknet.org/infra/crds-catalog/raw/branch/main/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json' [MANIFEST]
|
||||
kubeconform -schema-location default -schema-location 'https://gitea.rknet.org/infra/crds-catalog/raw/branch/catalog/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json' [MANIFEST]
|
||||
```
|
||||
|
||||
## License
|
||||
|
4
renovate.json
Normal file
4
renovate.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["github>thegeeklab/renovate-presets"]
|
||||
}
|
Loading…
Reference in New Issue
Block a user