diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-10-20 09:29:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-20 09:29:47 +0000 |
commit | b61ad49e3b97eadebccbf76bcebefa638ef10c05 (patch) | |
tree | 967e0dadadfcb9e3f89f43e12c5bf8fe73b1506a /docs/oom_quickstart_guide.rst | |
parent | 4c2291ab1f569482b06ea7d1339bfca047012ae5 (diff) | |
parent | db52a6ddbb5e1f459d59051de6e54279fd095f06 (diff) |
Merge "Update makefiles to use specific helm version"
Diffstat (limited to 'docs/oom_quickstart_guide.rst')
-rw-r--r-- | docs/oom_quickstart_guide.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/oom_quickstart_guide.rst b/docs/oom_quickstart_guide.rst index bc4329e0d5..5c0d5127bd 100644 --- a/docs/oom_quickstart_guide.rst +++ b/docs/oom_quickstart_guide.rst @@ -157,7 +157,11 @@ follows:: **Step 6.** Build a local Helm repository (from the kubernetes directory):: - > make SKIP_LINT=TRUE all; make SKIP_LINT=TRUE onap + > make SKIP_LINT=TRUE [HELM_BIN=<HELM_PATH>] all ; make SKIP_LINT=TRUE [HELM_BIN=<HELM_PATH>] onap + +`HELM_BIN` + Sets the helm binary to be used. The default value use helm from PATH. Allow the user to have + multiple version of helm in operating system and choose which one to use. **Step 7.** Display the onap charts that available to be deployed:: |