Adjust manifests for local development

This commit is contained in:
Vitaliy Filippov 2021-07-19 15:59:56 +03:00
parent aed57e8440
commit d6ce51c169
4 changed files with 6 additions and 8 deletions
deploy/kubernetes

View file

@ -86,7 +86,8 @@ spec:
- name: socket-dir
mountPath: /var/lib/kubelet/plugins/ch.ctrox.csi.s3-driver
- name: csi-s3
image: ctrox/csi-s3:v1.2.0-rc.1
image: csi-s3
imagePullPolicy: IfNotPresent
args:
- "--endpoint=$(CSI_ENDPOINT)"
- "--nodeid=$(NODE_ID)"
@ -98,7 +99,6 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
imagePullPolicy: "Always"
volumeMounts:
- name: socket-dir
mountPath: /var/lib/kubelet/plugins/ch.ctrox.csi.s3-driver