diff --git a/charts/rancher-logging/0.1.2/charts/fluentd/charts/fluentd-windows/templates/daemonset.yaml b/charts/rancher-logging/0.1.2/charts/fluentd/charts/fluentd-windows/templates/daemonset.yaml index 33cd9f26554c7005fd54052618950d175ec4a71b..545bde5753aa1069bda6fb6253be64508a53bb75 100644 --- a/charts/rancher-logging/0.1.2/charts/fluentd/charts/fluentd-windows/templates/daemonset.yaml +++ b/charts/rancher-logging/0.1.2/charts/fluentd/charts/fluentd-windows/templates/daemonset.yaml @@ -41,7 +41,7 @@ spec: command: - 'powershell' - '-command' - - 'mkdir -p /var/lib/rancher/fluentd/log' + - 'New-Item -ItemType Directory -Force -Path /var/lib/rancher/fluentd/log' volumeMounts: - mountPath: /var/lib/rancher name: rancher