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
|
||||
|
||||
```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
|
||||
|
Loading…
Reference in New Issue
Block a user