mirror of https://github.com/linkerd/linkerd2.git
Fix a verb tense error (#4930)
Signed-off-by: Hu Shuai <hus.fnst@cn.fujitsu.com>
This commit is contained in:
parent
5186383c81
commit
b1c953d20d
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue