Merge pull request #38 from humblec/nfs-driver

Correct NFS driver deployment artifacts.
This commit is contained in:
Chakravarthy Nelluri 2018-01-15 12:27:12 -05:00 committed by GitHub
commit 96c25b7b34
2 changed files with 2 additions and 2 deletions

View File

@ -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)"

View File

@ -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)"