We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a430464 commit e68176fCopy full SHA for e68176f
docs/api/README.md
@@ -107,7 +107,7 @@ is used to refine access to the APIs.
107
108
```yaml
109
apiVersion: rbac.authorization.k8s.io/v1
110
- kind: RoleBinding
+ kind: ClusterRoleBinding
111
metadata:
112
name: tekton-results-user
113
namespace: user-namespace
@@ -117,7 +117,7 @@ is used to refine access to the APIs.
117
118
roleRef:
119
apiGroup: rbac.authorization.k8s.io
120
- kind: Role
+ kind: ClusterRole
121
name: tekton-results-readonly
122
```
123
0 commit comments