Skip to content

Commit 4827b14

Browse files
committed
fix: update name for rolebinding
There was a naming error in the rolebinding yamls. This will ensure they'll get prefaced with the proper `cabpt-` string and work properly. Signed-off-by: Spencer Smith <[email protected]>
1 parent d1a5fd9 commit 4827b14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/rbac/role_binding.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apiVersion: rbac.authorization.k8s.io/v1
22
kind: ClusterRoleBinding
33
metadata:
4-
name: controller-manager-rolebinding
4+
name: manager-rolebinding
55
roleRef:
66
apiGroup: rbac.authorization.k8s.io
77
kind: ClusterRole
8-
name: controller-manager-role
8+
name: manager-role
99
subjects:
1010
- kind: ServiceAccount
1111
name: default

0 commit comments

Comments
 (0)