diff --git a/plugins/kustomize.config.k8s.io/v1/ChartInflatorExec b/plugins/kustomize.config.k8s.io/v1/ChartInflatorExec index 9b007fcaa..23d3d3de3 100755 --- a/plugins/kustomize.config.k8s.io/v1/ChartInflatorExec +++ b/plugins/kustomize.config.k8s.io/v1/ChartInflatorExec @@ -10,8 +10,8 @@ set -e # metadata: # name: notImportantHere # chart: chartName -# values: path/to/values/file -# helmBin: path/to/helmBin +# values: /absolute/path/to/values/file +# helmBin: /absolute/path/to/helmBin # # fetches the given chart from stable/$chartName, # and inflates it to stdout, using the given values file.