Skip to content

Commit 4f68dfb

Browse files
committed
fix: e2e test role binding
Signed-off-by: Zbigniew Mandziejewicz <shaxbee@gmail.com>
1 parent 18ae471 commit 4f68dfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/e2e/test-service-account.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ metadata:
44
name: etcd-test
55
---
66
apiVersion: rbac.authorization.k8s.io/v1
7-
kind: ClusterRoleBinding
7+
kind: RoleBinding
88
metadata:
99
name: etcd-test
1010
roleRef:
1111
apiGroup: rbac.authorization.k8s.io
12-
kind: ClusterRole
12+
kind: Role
1313
name: etcd-test
1414
subjects:
1515
- kind: ServiceAccount

0 commit comments

Comments
 (0)