From 97f67ec3f45bf6bbb16b61e0e0d82406d16f7212 Mon Sep 17 00:00:00 2001 From: jaskaransarkaria Date: Fri, 12 Jan 2024 15:22:36 +0000 Subject: [PATCH] =?UTF-8?q?test:=20=F0=9F=92=8D=20wip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/values.yaml.tpl | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/templates/values.yaml.tpl b/templates/values.yaml.tpl index 9574950..adb5a7d 100644 --- a/templates/values.yaml.tpl +++ b/templates/values.yaml.tpl @@ -21,10 +21,14 @@ controller: - name: logrotate-config configMap: name: logrotate-config + - hostPath: + path: /var/log/pods/ + type: "" + name: varlog-pods - hostPath: path: /var/log/containers/ type: "" - name: varlog + name: varlog-containers - hostPath: path: /var/lib/docker/containers type: "" @@ -72,7 +76,9 @@ controller: mountPath: /fluent-bit/scripts/ - name: logs-volume mountPath: /var/log/audit/ - - name: varlog + - name: varlog-pods + mountPath: /var/log/pods/ + - name: varlog-containers mountPath: /var/log/containers/ - mountPath: /var/lib/docker/containers name: varlibdockercontainers