[COMMON] new logConfiguration chart 36/110436/1
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 22 Jul 2020 08:39:42 +0000 (10:39 +0200)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 22 Jul 2020 08:45:10 +0000 (10:45 +0200)
commit6bcd8a518968f28e27a7f033492d70bdcbd4837c
tree2b882672871b0fd662dd85c59e1d4c44ea171443
parentd9e156401cbea828b10ffea72722a6f68d8591f0
[COMMON] new logConfiguration chart

This new chart allows to set the same log level accross components in
ONAP.
As other similar templates, default value will be retrieved
(`logConfiguration.logLevel`) but can be overrided:

- globally by setting global.logLevel
- per component basis by setting `logConfiguration.logLevelOverride` per
  component basis

Issue-ID: OOM-2515
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I18196b56bb4f8732d42271d7c93c1a0f71bfac58
kubernetes/common/logConfiguration/Chart.yaml [new file with mode: 0644]
kubernetes/common/logConfiguration/requirements.yaml [new file with mode: 0644]
kubernetes/common/logConfiguration/templates/_log.tpl [new file with mode: 0644]
kubernetes/common/logConfiguration/values.yaml [new file with mode: 0644]
kubernetes/onap/values.yaml