diff options
author | morganrol <morgan.richomme@orange.com> | 2021-09-02 14:58:40 +0200 |
---|---|---|
committer | morganrol <morgan.richomme@orange.com> | 2021-09-02 14:58:40 +0200 |
commit | 372da49644b6849fb7adca0e3d0133a4ca70fd1c (patch) | |
tree | ebde90845a74aaaeb6064186548c9a4abb6dc736 /kubernetes/onap/values.yaml | |
parent | 3980a8cbeb63c885b123ac50033e32ed996bb39a (diff) |
[ESR] Remove ESR from OOM
Integration team believes that it will have no impact
assuming that ESR is not used directly.
Some AAI API mentions ESR but no direct call to ESR in the tests.
This gate shall prove it or not...
Issue-ID: INT-1972
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: If37199dc25fa9c268baa1dc88921aa22d6cb7277
Diffstat (limited to 'kubernetes/onap/values.yaml')
-rwxr-xr-x | kubernetes/onap/values.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kubernetes/onap/values.yaml b/kubernetes/onap/values.yaml index 028b43aef2..133e59fb01 100755 --- a/kubernetes/onap/values.yaml +++ b/kubernetes/onap/values.yaml @@ -298,8 +298,6 @@ holmes: enabled: false dmaap: enabled: false -esr: - enabled: false # Today, "logging" chart that perform the central part of logging must also be # enabled in order to make it work. So `logging.enabled` must have the same # value than centralizedLoggingEnabled |