Skip to content

Commit

Permalink
Merge pull request #1541 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…1540-to-release-0.6

[release-0.6] Fix typos in APIExport bootstrapped `ClusterRoleBinding`s
  • Loading branch information
openshift-ci[bot] authored Jul 15, 2022
2 parents f81b0ec + 2cc22d0 commit 9ace7ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: system:kcp:system:kcp:apiexport:apiresource:bind
name: system:kcp:apiexport:apiresource:bind
subjects:
- apiGroup: rbac.authorization.k8s.io
kind: Group
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: system:kcp:system:kcp:apiexport:scheduling:bind
name: system:kcp:apiexport:scheduling:bind
subjects:
- apiGroup: rbac.authorization.k8s.io
kind: Group
Expand Down
2 changes: 1 addition & 1 deletion config/root/clusterrolebinding-tenancy-apiexport-bind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: system:kcp:system:kcp:apiexport:tenancy:bind
name: system:kcp:apiexport:tenancy:bind
subjects:
- apiGroup: rbac.authorization.k8s.io
kind: Group
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: system:kcp:system:kcp:apiexport:workload:bind
name: system:kcp:apiexport:workload:bind
subjects:
- apiGroup: rbac.authorization.k8s.io
kind: Group
Expand Down

0 comments on commit 9ace7ff

Please sign in to comment.