File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
deploy/kubernetes/snapshot-controller Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ roleRef:
56
56
kind : Role
57
57
apiVersion : rbac.authorization.k8s.io/v1
58
58
metadata :
59
- namespace : default # TODO: replace with the namespace you want for your sidecar
59
+ namespace : default # TODO: replace with the namespace you want for your controller
60
60
name : snapshot-controller-leaderelection
61
61
rules :
62
62
- apiGroups : ["coordination.k8s.io"]
@@ -68,11 +68,11 @@ kind: RoleBinding
68
68
apiVersion : rbac.authorization.k8s.io/v1
69
69
metadata :
70
70
name : snapshot-controller-leaderelection
71
- namespace : default # TODO: replace with the namespace you want for your sidecar
71
+ namespace : default # TODO: replace with the namespace you want for your controller
72
72
subjects :
73
73
- kind : ServiceAccount
74
74
name : snapshot-controller
75
- namespace : default # TODO: replace with the namespace you want for your sidecar
75
+ namespace : default # TODO: replace with the namespace you want for your controller
76
76
roleRef :
77
77
kind : Role
78
78
name : snapshot-controller-leaderelection
Original file line number Diff line number Diff line change 20
20
containers :
21
21
- name : snapshot-controller
22
22
# NOTE: replace with official image when released: quay.io/k8scsi/snapshot-controller:v2.0.0
23
- image : quay.io/k8scsi/snapshot-controller:v2.0.0-rc2
23
+ image : quay.io/k8scsi/snapshot-controller:v2.0.0-rc4
24
24
args :
25
25
- " --v=5"
26
26
- " --leader-election=false"
You can’t perform that action at this time.
0 commit comments