Skip to content

Commit

Permalink
hostpath type change for iscsi dir (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
sushanthakumar committed Jan 19, 2020
1 parent c1f3bf6 commit ef8fcf7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ spec:
- name: iscsi-dir
hostPath:
path: /etc/iscsi/
type: Directory
type: DirectoryOrCreate
- name: ceph-dir
hostPath:
path: /etc/ceph/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ spec:
- name: iscsi-dir
hostPath:
path: /etc/iscsi/
type: Directory
type: DirectoryOrCreate
- name: ceph-dir
hostPath:
path: /etc/ceph/
Expand Down
2 changes: 1 addition & 1 deletion csi/deploy/kubernetes/file/csi-attacher-opensdsplugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ spec:
- name: iscsi-dir
hostPath:
path: /etc/iscsi/
type: Directory
type: DirectoryOrCreate
- name: ceph-dir
hostPath:
path: /etc/ceph/
Expand Down
4 changes: 2 additions & 2 deletions csi/deploy/kubernetes/file/csi-nodeplugin-opensdsplugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ spec:
- name: iscsi-dir
hostPath:
path: /etc/iscsi/
type: Directory
type: DirectoryOrCreate
- name: ceph-dir
hostPath:
path: /etc/ceph/
Expand All @@ -171,4 +171,4 @@ spec:
- name: hosts
hostPath:
path: /etc
type: Directory
type: Directory

0 comments on commit ef8fcf7

Please sign in to comment.