diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-05-29 11:19:42 +0200 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-06-15 08:27:56 +0200 |
commit | dd76978833cce30ecca7263d4bd3430bdcc2adfe (patch) | |
tree | a5547ac415cd21fe2f251faabdc00cee20c1d321 /docs/oom_user_guide.rst | |
parent | 18355a8cedae7b86d9af024870167fcd2422cdd7 (diff) |
[DOC] Update release note
Create release note for Frankfurt
Issue-ID: OOM-2382
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ia78f6eee0dd07b0ebba84c8c714c6a95e4d99a34
Diffstat (limited to 'docs/oom_user_guide.rst')
-rw-r--r-- | docs/oom_user_guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/oom_user_guide.rst b/docs/oom_user_guide.rst index 7340ddf7fd..3e36cd165e 100644 --- a/docs/oom_user_guide.rst +++ b/docs/oom_user_guide.rst @@ -137,7 +137,7 @@ To get a list of all of the available Helm chart repositories:: Then build your local Helm repository:: - > make all + > make SKIP_LINT=TRUE all The Helm search command reads through all of the repositories configured on the system, and looks for matches:: |