From da56f5d7bb9133c9da0b7ad473cca42cb47922ec Mon Sep 17 00:00:00 2001 From: jaskaransarkaria Date: Wed, 20 Dec 2023 13:51:40 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20inspect=20is=20node=20log?= =?UTF-8?q?s=20hosted=3F=20debug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/values.yaml.tpl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/templates/values.yaml.tpl b/templates/values.yaml.tpl index 35657f3..1b3e1c5 100644 --- a/templates/values.yaml.tpl +++ b/templates/values.yaml.tpl @@ -94,6 +94,17 @@ controller: service cron start sleep infinity volumeMounts: + - name: logs-volume + mountPath: /var/log/audit/ + - mountPath: /var/log/host/ + name: varlog + - mountPath: /var/lib/docker/containers + name: varlibdockercontainers + readOnly: true + - mountPath: /etc/machine-id + name: etcmachineid + readOnly: true + - name: logrotate-config mountPath: /home - name: logs-volume