Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
use proper casing for the word JSON Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
karuppiah7890 committed Dec 24, 2020
1 parent 657a1bf commit f96f670
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

So that you don't have to write values.schema.json by hand from scratch for your Helm 3 charts

[Helm](https://helm.sh) plugin to generate [json schema for values yaml](https://helm.sh/docs/topics/charts/#schema-files)
[Helm](https://helm.sh) plugin to generate [JSON Schema for values yaml](https://helm.sh/docs/topics/charts/#schema-files)

Nothing fancy about the code, all the heavy lifting is done by:

Expand Down Expand Up @@ -97,7 +97,7 @@ affinity: {}
```

Now if you use the plugin and pass the `values.yaml` to it, you will
get the json schema for the `values.yaml`
get the JSON Schema for the `values.yaml`

```
$ helm schema-gen values.yaml
Expand Down

0 comments on commit f96f670

Please sign in to comment.