Skip to content

Commit b6ee7ef

Browse files
author
ymqytw
committed
fix rbac
1 parent 565fccf commit b6ee7ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/catalog/templates/rbac.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ items:
114114
- apiVersion: rbac.authorization.k8s.io/v1beta1
115115
kind: Role
116116
metadata:
117-
name: "servicecatalog.k8s.io::leader-locking-controller-manager"
117+
name: "servicecatalog.k8s.io:leader-locking-controller-manager"
118118
namespace: kube-system
119119
rules:
120120
- apiGroups: [""]
@@ -132,7 +132,7 @@ items:
132132
roleRef:
133133
apiGroup: rbac.authorization.k8s.io
134134
kind: Role
135-
name: service-catalog-controller-manager
135+
name: "servicecatalog.k8s.io:leader-locking-controller-manager"
136136
subjects:
137137
- apiGroup: ""
138138
kind: ServiceAccount

0 commit comments

Comments
 (0)