From 7cbcb4291f8f7f0ecfe8e7c72b0b8a626ce7df4a Mon Sep 17 00:00:00 2001 From: "v.oleynikov" Date: Thu, 4 Jul 2024 13:56:30 +0300 Subject: [PATCH] fix Signed-off-by: v.oleynikov --- templates/csi/controller.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/templates/csi/controller.yaml b/templates/csi/controller.yaml index b3c1888..d3efd58 100644 --- a/templates/csi/controller.yaml +++ b/templates/csi/controller.yaml @@ -34,19 +34,11 @@ {{- end }} {{- define "csi_additional_controller_volume" }} -- hostPath: - path: /var/log/ - type: Directory - name: log-dir -- hostPath: - path: /etc/localtime - type: File - name: host-time {{- end }} {{- define "csi_additional_controller_volume_mounts" }} - mountPath: /var/log - name: log-dir + name: log - mountPath: /etc/localtime name: host-time {{- end }}