You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
781 B
YAML
32 lines
781 B
YAML
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: tekton-triggers-sakal-us
|
|
namespace: sakal-us
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: RoleBinding
|
|
metadata:
|
|
name: triggers-example-eventlistener-binding
|
|
namespace: sakal-us
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: tekton-triggers-sakal-us
|
|
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
|
|
namespace: sakal-us
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: tekton-triggers-sakal-us
|
|
namespace: sakal-us
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: tekton-triggers-eventlistener-clusterroles |