[bitnami/fluentd] Remove unnecessary checks during the tests that depend on the underlying platform (#14704)

Signed-off-by: jotamartos <jotamartos@vmware.com>
This commit is contained in:
Juan José Martos
2023-02-02 11:27:11 +01:00
committed by GitHub
parent 0343396b83
commit 6e81316c94
-6
View File
@@ -9,15 +9,9 @@ file:
/var/log:
exists: true
filetype: directory
mode: "0755"
owner: root
group: root
/var/lib/docker/containers:
exists: true
filetype: directory
mode: "0710"
owner: root
group: root
command:
# The Chart is configured to keep track of the logs in the /var/log/containers directory. Creating a log file
# should trigger the Forwarder to send the contents to the Aggregator.