Fix typo in readme (#153)

This commit is contained in:
Jeffrey Ying 2022-12-02 13:34:19 -05:00 committed by GitHub
parent 33cdbf16a4
commit 752a33eaeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```