Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: v.oleynikov <[email protected]>
  • Loading branch information
duckhawk committed Jul 4, 2024
1 parent 21f5c95 commit 7cbcb42
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions templates/csi/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 7cbcb42

Please sign in to comment.