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:
@@ -20,8 +20,8 @@ spec:
|
||||
containers:
|
||||
- name: snapshot-controller
|
||||
# NOTE: replace with official image when released: quay.io/k8scsi/snapshot-controller:v2.0.0
|
||||
image: quay.io/k8scsi/snapshot-controller:v2.0.0-rc2
|
||||
image: quay.io/k8scsi/snapshot-controller:v2.0.0-rc4
|
||||
args:
|
||||
- "--v=5"
|
||||
- "--leader-election=false"
|
||||
imagePullPolicy: IfNotPresent #Always
|
||||
imagePullPolicy: Always
|
||||
|
Reference in New Issue
Block a user