diff --git a/pkg/charts/cni/values.go b/pkg/charts/cni/values.go index 75c259ff4..1c8851198 100644 --- a/pkg/charts/cni/values.go +++ b/pkg/charts/cni/values.go @@ -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{