From 0f50be877c77f19e02c1ee9abf3abdc9fc57139b Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Tue, 23 Apr 2019 17:05:12 -0700 Subject: [PATCH] Update ChartInflatorExec --- plugins/kustomize.config.k8s.io/v1/ChartInflatorExec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.