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 Jun 20, 2024
1 parent fb1adf1 commit 4244391
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions templates/csi/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,24 +100,24 @@

{{- define "csi_additional_node_volume" }}
- hostPath:
path: /var/lib/iscsi
type: ""
path: /var/lib/iscsi
type: ""
name: iscsi-dir
- hostPath:
path: /var/log/
type: Directory
path: /var/log/
type: Directory
name: log-dir
- hostPath:
path: /etc/iscsi
type: DirectoryOrCreate
path: /etc/iscsi
type: DirectoryOrCreate
name: iscsi-config-dir
- hostPath:
path: /etc/nvme
type: DirectoryOrCreate
path: /etc/nvme
type: DirectoryOrCreate
name: nvme-config-dir
- hostPath:
path: /etc/localtime
type: File
path: /etc/localtime
type: File
name: host-time
{{- end }}

Expand Down

0 comments on commit 4244391

Please sign in to comment.