From 655d5934a2d3ed36c4f6d11056d445c389500185 Mon Sep 17 00:00:00 2001 From: Baryczka <22477652+Baryczka@users.noreply.github.com> Date: Wed, 18 Nov 2020 23:17:55 +0100 Subject: [PATCH] Mention about helmBinary in readme (#1590) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c061ea39..3fa1f5d2 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,9 @@ repositories: # context: kube-context # this directive is deprecated, please consider using helmDefaults.kubeContext +# Path to alternative helm binary (--helm-binary) +helmBinary: path/to/helm3 + # Default values to set for args along with dedicated keys that can be set by contributors, cli args take precedence over these. # In other words, unset values results in no flags passed to helm. # See the helm usage (helm SUBCOMMAND -h) for more info on default values when those flags aren't provided.