docs: use multi-line syntax for kubeconform example
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2023-12-07 12:00:23 +01:00
parent f9dfe67eeb
commit 9621e23cb1
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 4 additions and 1 deletions

View File

@ -14,7 +14,10 @@ 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/catalog/{{.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' \
<path/to/manifest.yaml>
```
## License