Skip to content

Commit e5cd812

Browse files
committed
Small fixes to snapshot-controller YAML
Remove "sidecar" language for the controller. Update image tag to 2.0.0-rc4 (the latest)
1 parent 8179759 commit e5cd812

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deploy/kubernetes/snapshot-controller/rbac-snapshot-controller.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ roleRef:
5656
kind: Role
5757
apiVersion: rbac.authorization.k8s.io/v1
5858
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
6060
name: snapshot-controller-leaderelection
6161
rules:
6262
- apiGroups: ["coordination.k8s.io"]
@@ -68,11 +68,11 @@ kind: RoleBinding
6868
apiVersion: rbac.authorization.k8s.io/v1
6969
metadata:
7070
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
7272
subjects:
7373
- kind: ServiceAccount
7474
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
7676
roleRef:
7777
kind: Role
7878
name: snapshot-controller-leaderelection

deploy/kubernetes/snapshot-controller/setup-snapshot-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
containers:
2121
- name: snapshot-controller
2222
# 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
2424
args:
2525
- "--v=5"
2626
- "--leader-election=false"

0 commit comments

Comments
 (0)