30 lines
679 B
YAML
30 lines
679 B
YAML
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: tekton-robot
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: RoleBinding
|
|
metadata:
|
|
name: triggers-example-eventlistener-binding
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: tekton-robot
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: tekton-triggers-eventlistener-roles
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: triggers-example-eventlistener-clusterbinding
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: tekton-robot
|
|
namespace: default
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: tekton-triggers-eventlistener-clusterroles
|