Skip to content

Commit 7f237a5

Browse files
committed
Origin changes after cherry-picks
1 parent 62995d8 commit 7f237a5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

test/testdata/bootstrappolicy/bootstrap_namespace_role_bindings.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ items:
121121
kind: Role
122122
name: shared-resource-viewer
123123
subjects:
124-
- kind: Group
124+
- apiGroup: rbac.authorization.k8s.io
125+
kind: Group
125126
name: system:authenticated
126127
kind: List
127128
metadata: {}

test/testdata/bootstrappolicy/bootstrap_service_account_project_role_bindings.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ items:
1111
kind: ClusterRole
1212
name: system:image-puller
1313
subjects:
14-
- kind: Group
14+
- apiGroup: rbac.authorization.k8s.io
15+
kind: Group
1516
name: system:serviceaccounts:myproject
1617
- apiVersion: rbac.authorization.k8s.io/v1beta1
1718
kind: RoleBinding

0 commit comments

Comments
 (0)