From 9621e23cb11f356ed72a80de2a084ca98b2af43a Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 7 Dec 2023 12:00:23 +0100 Subject: [PATCH] docs: use multi-line syntax for kubeconform example --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe898b6..6460ae2 100644 --- a/README.md +++ b/README.md @@ -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' \ + ``` ## License