diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-04-22 10:50:26 +0200 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-04-22 10:51:36 +0200 |
commit | 8c2a16283583a6e830bdf915bdbfee9f49b8b992 (patch) | |
tree | c0f42834ca36ff92a760cea0ea7b498d2b302aff /kubernetes/clamp/templates/configmap.yaml | |
parent | f2556fe72a09071e50ac485dca9137aab9a4c6c5 (diff) |
[CLAMP] use common templates for logs
Using the common templates for centralized logging.
Issue-ID: OOM-2370
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I4824e11bd2be971d15e3a39510f544d2c36b05fd
Diffstat (limited to 'kubernetes/clamp/templates/configmap.yaml')
-rw-r--r-- | kubernetes/clamp/templates/configmap.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/clamp/templates/configmap.yaml b/kubernetes/clamp/templates/configmap.yaml index 4278a6e6d3..3fce850140 100644 --- a/kubernetes/clamp/templates/configmap.yaml +++ b/kubernetes/clamp/templates/configmap.yaml @@ -25,3 +25,5 @@ metadata: heritage: {{ .Release.Service }} data: {{ tpl (.Files.Glob "resources/config/*").AsConfig . | indent 2 }} + +{{ include "common.log.configMap" . }} |