docs: use multi-line syntax for kubeconform example
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f9dfe67eeb
commit
9621e23cb1
@ -14,7 +14,10 @@ Schemes are generated by the CI and automatically pushed to the `catalog` branch
|
|||||||
### Kubeconform
|
### Kubeconform
|
||||||
|
|
||||||
```Shell
|
```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
|
## License
|
||||||
|
Loading…
Reference in New Issue
Block a user