Skip to content

Commit

Permalink
Mapping directory to sdc container from host
Browse files Browse the repository at this point in the history
  • Loading branch information
adarsh-dell committed Feb 21, 2024
1 parent 2902cb3 commit 870b155
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions operatorconfig/driverconfig/powerflex/v2.10.0/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ spec:
mountPath: /storage
- name: udev-d
mountPath: /rules.d
- name: host-opt-emc-path
mountPath: /host_opt_emc_path
initContainers:
- name: sdc
securityContext:
Expand Down Expand Up @@ -210,6 +212,8 @@ spec:
mountPath: /rules.d
- name: scaleio-path-opt
mountPath: /host_drv_cfg_path
- name: host-opt-emc-path
mountPath: /host_opt_emc_path
volumes:
- name: registration-dir
hostPath:
Expand Down Expand Up @@ -251,6 +255,10 @@ spec:
hostPath:
path: /etc/os-release
type: File
- name: host-opt-emc-path
hostPath:
path: /opt/emc
type: Directory
- name: vxflexos-config
secret:
secretName: <DriverDefaultReleaseName>-config
Expand Down

0 comments on commit 870b155

Please sign in to comment.