From 73e28fec16184cd161f1f6e1fd7f92b3235e8818 Mon Sep 17 00:00:00 2001 From: OKE Ulrich Enangnon <ulrich-enangnon.oke@imt-atlantique.net> Date: Sat, 25 Mar 2023 14:56:44 +0100 Subject: [PATCH] UPDATE - user hostPath vol for traefik log --- playbooks/templates/values.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/templates/values.yml.j2 b/playbooks/templates/values.yml.j2 index 8568273..a1d6048 100644 --- a/playbooks/templates/values.yml.j2 +++ b/playbooks/templates/values.yml.j2 @@ -67,7 +67,7 @@ deployment: additionalVolumes: - name: filebeat-configmap mountPath: "/usr/share/filebeat/filebeat.yml" - subPath: filebeat.yml + # subPath: filebeat.yml type: configMap -- GitLab