diff --git a/templates/values.yaml.tpl b/templates/values.yaml.tpl index ad90ff4..ecafeb7 100644 --- a/templates/values.yaml.tpl +++ b/templates/values.yaml.tpl @@ -72,8 +72,10 @@ controller: mountPath: /fluent-bit/scripts/ - name: logs-volume mountPath: /var/log/audit/ - - mountPath: /var/log/containers/ - name: varlog + readOnly: true + - name: varlog + mountPath: /var/log/containers/ + readOnly: true - mountPath: /var/lib/docker/containers name: varlibdockercontainers readOnly: true