Small fixes to snapshot-controller YAML

Remove "sidecar" language for the controller.

Update image tag to 2.0.0-rc4 (the latest)

Change imagePullPolicy back to Always
This commit is contained in:
Ben Swartzlander
2019-12-30 09:39:21 -05:00
parent 81797595c8
commit 298e08e262
3 changed files with 7 additions and 7 deletions

View File

@@ -85,7 +85,7 @@ spec:
mountPath: /csi
- name: csi-snapshotter
# NOTE: replace with official image when released: quay.io/k8scsi/csi-snapshotter:v2.0.0
image: quay.io/k8scsi/csi-snapshotter:v2.0.0-rc2
image: quay.io/k8scsi/csi-snapshotter:v2.0.0-rc4
args:
- "--v=5"
- "--csi-address=$(ADDRESS)"
@@ -93,7 +93,7 @@ spec:
env:
- name: ADDRESS
value: /csi/csi.sock
imagePullPolicy: IfNotPresent #Always
imagePullPolicy: Always
volumeMounts:
- name: socket-dir
mountPath: /csi