add toolchain configs
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2023-03-08 13:06:57 +01:00
parent 214cce1cc9
commit fb54f71280
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
3 changed files with 9 additions and 1 deletions

2
.prettierignore Normal file
View File

@ -0,0 +1,2 @@
.drone.yml
LICENSE

View File

@ -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
View File

@ -0,0 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>thegeeklab/renovate-presets"]
}