Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
Minor language fix in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
John Esmet committed May 2, 2018
1 parent 8e55b37 commit 7815fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,5 @@ An Ankh file tracks the target namespace and all of the charts you want to manag
| name |string|The chart name. May be the name of a chart in a Helm registry, or the name of a subdirectory (with a valid Chart layout - see Helm documentation on this) under `charts` from the directory where Ankh is run.|
| version |string|Optional. The chart version, if pulling from a Helm registry.|
| default-values|RawYaml|Optional. Values to use for all environment classes and resource profiles.|
| values |map[string]RawYaml|Optional. Values to use, by environment.|
| values |map[string]RawYaml|Optional. Values to use, by environment class.|
| resource-profiles|map[string]RawYaml|Optional. Values to use, by resource profile.|

0 comments on commit 7815fe6

Please sign in to comment.