diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-12-08 12:31:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-12-08 12:31:26 +0000 |
commit | 8c680e425b8d318a5152a54e97b80bdb40bdb4be (patch) | |
tree | 70ce8d911b1d31d8a783f7d16ef7644e8e6cefe0 /docs | |
parent | 255126b2dc45957afb9418406d21da8568034216 (diff) | |
parent | f6d0a246b097baaa83eae07c2a50a5da3448d161 (diff) |
Merge "Remove no longer needed "make" target"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/oom_quickstart_guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/oom_quickstart_guide.rst b/docs/oom_quickstart_guide.rst index 28d3597923..6b1c69cc44 100644 --- a/docs/oom_quickstart_guide.rst +++ b/docs/oom_quickstart_guide.rst @@ -158,7 +158,7 @@ follows:: **Step 6.** Build a local Helm repository (from the kubernetes directory):: - > make SKIP_LINT=TRUE [HELM_BIN=<HELM_PATH>] all ; make SKIP_LINT=TRUE [HELM_BIN=<HELM_PATH>] onap + > make SKIP_LINT=TRUE [HELM_BIN=<HELM_PATH>] all `HELM_BIN` Sets the helm binary to be used. The default value use helm from PATH. Allow the user to have |