We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f7901 commit f2a99bbCopy full SHA for f2a99bb
e2e/apply/rbac.yaml
@@ -5,7 +5,7 @@ metadata:
5
name: stackset-controller
6
---
7
apiVersion: rbac.authorization.k8s.io/v1
8
-kind: ClusterRole
+kind: Role
9
metadata:
10
11
rules:
@@ -103,14 +103,13 @@ rules:
103
- patch
104
105
106
-kind: ClusterRoleBinding
+kind: RoleBinding
107
108
name: stackset-controller-e2e
109
roleRef:
110
apiGroup: rbac.authorization.k8s.io
111
- kind: ClusterRole
+ kind: Role
112
113
subjects:
114
- kind: ServiceAccount
115
116
- namespace: {{{NAMESPACE}}}
0 commit comments