Skip to content

Commit e68176f

Browse files
pawelkopkatekton-robot
authored andcommitted
Change kind Role to ClusterRole for tekton-results-readonly
In release there isn't Role tekton-results-readonly, but there is ClusterRole
1 parent a430464 commit e68176f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ is used to refine access to the APIs.
107107

108108
```yaml
109109
apiVersion: rbac.authorization.k8s.io/v1
110-
kind: RoleBinding
110+
kind: ClusterRoleBinding
111111
metadata:
112112
name: tekton-results-user
113113
namespace: user-namespace
@@ -117,7 +117,7 @@ is used to refine access to the APIs.
117117
namespace: user-namespace
118118
roleRef:
119119
apiGroup: rbac.authorization.k8s.io
120-
kind: Role
120+
kind: ClusterRole
121121
name: tekton-results-readonly
122122
```
123123

0 commit comments

Comments
 (0)