From 752a33eaeb225830fbf32b900331fc37c596d467 Mon Sep 17 00:00:00 2001 From: Jeffrey Ying Date: Fri, 2 Dec 2022 13:34:19 -0500 Subject: [PATCH] Fix typo in readme (#153) --- 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 ```