Correct NFS driver deployment artifacts.
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
parent
dd6ff5a0c8
commit
715b1ff4ea
@ -43,7 +43,7 @@ spec:
|
|||||||
mountPath: /var/lib/csi/sockets/pluginproxy/
|
mountPath: /var/lib/csi/sockets/pluginproxy/
|
||||||
|
|
||||||
- name: nfs
|
- name: nfs
|
||||||
image: docker.io/k8s/nfsplugin:v0.1
|
image: docker.io/k8scsi/nfsplugin:v0.1
|
||||||
args :
|
args :
|
||||||
- "--nodeid=$(NODE_ID)"
|
- "--nodeid=$(NODE_ID)"
|
||||||
- "--endpoint=$(CSI_ENDPOINT)"
|
- "--endpoint=$(CSI_ENDPOINT)"
|
||||||
|
|||||||
@ -37,7 +37,7 @@ spec:
|
|||||||
capabilities:
|
capabilities:
|
||||||
add: ["SYS_ADMIN"]
|
add: ["SYS_ADMIN"]
|
||||||
allowPrivilegeEscalation: true
|
allowPrivilegeEscalation: true
|
||||||
image: docker.io/k8s/nfsplugin:v0.1
|
image: docker.io/k8scsi/nfsplugin:v0.1
|
||||||
args :
|
args :
|
||||||
- "--nodeid=$(NODE_ID)"
|
- "--nodeid=$(NODE_ID)"
|
||||||
- "--endpoint=$(CSI_ENDPOINT)"
|
- "--endpoint=$(CSI_ENDPOINT)"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user