Fix a verb tense error (#4930)

Signed-off-by: Hu Shuai <hus.fnst@cn.fujitsu.com>
This commit is contained in:
Hu Shuai 2020-08-31 22:34:03 +08:00 committed by GitHub
parent 5186383c81
commit b1c953d20d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ func NewValues() (*Values, error) {
return v, nil
}
// readDefaults read all the default variables from the values.yaml file.
// readDefaults reads all the default variables from the values.yaml file.
// chartDir is the root directory of the Helm chart where values.yaml is.
func readDefaults(chartDir string) (*Values, error) {
file := &chartutil.BufferedFile{