summaryrefslogtreecommitdiffstats
path: root/kubernetes/vfc/templates
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-11-30 13:44:23 +0000
committerGerrit Code Review <gerrit@onap.org>2021-11-30 13:44:23 +0000
commit9a194893d2e134532603292603cc297851640ecc (patch)
tree8a332871675257f2effcb655e11bbbea9c352746 /kubernetes/vfc/templates
parent188e897b9d477f589033a4fc14ddbb1b9260cd35 (diff)
parent857687aa25213492e813616b4ebca5f3bd7eac85 (diff)
Merge "[VFC] Use log template"
Diffstat (limited to 'kubernetes/vfc/templates')
-rw-r--r--kubernetes/vfc/templates/configmap.yaml8
1 files changed, 1 insertions, 7 deletions
diff --git a/kubernetes/vfc/templates/configmap.yaml b/kubernetes/vfc/templates/configmap.yaml
index 88fda224ee..e890b8d957 100644
--- a/kubernetes/vfc/templates/configmap.yaml
+++ b/kubernetes/vfc/templates/configmap.yaml
@@ -14,10 +14,4 @@
# limitations under the License.
*/}}
-apiVersion: v1
-kind: ConfigMap
-metadata:
- name: {{ include "common.release" . }}-vfc-filebeat-configmap
- namespace: {{ include "common.namespace" . }}
-data:
-{{ tpl (.Files.Glob "resources/config/logging/filebeat/*").AsConfig . | indent 2 }} \ No newline at end of file
+{{ include "common.log.configMap" . }}