From 1abecc4cf1300f9f56f653040675af2cf3aeefb7 Mon Sep 17 00:00:00 2001 From: Jeffrey Ying Date: Fri, 2 Dec 2022 13:16:22 -0500 Subject: [PATCH] Fix typo in readme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index a11265f..b1b905c 100644 --- a/Readme.md +++ b/Readme.md @@ -260,7 +260,7 @@ JSON schema written to trainingjob-sagemaker-v1.json After converting your CRDs to JSON schema files, you can use `kubeconform` to validate your CRs against them: ``` -# If the resource Kind is not found in deafult, also lookup in the schemas/ folder for a matching file +# If the resource Kind is not found in default, also lookup in the schemas/ folder for a matching file $ kubeconform -schema-location default -schema-location 'schemas/{{ .ResourceKind }}{{ .KindSuffix }}.json' fixtures/custom-resource.yaml ```