15 lines
408 B
YAML
15 lines
408 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: tekton-triggers-webhook-admin
|
|
labels:
|
|
app.kubernetes.io/instance: default
|
|
app.kubernetes.io/part-of: tekton-triggers
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: tekton-triggers-webhook
|
|
namespace: tekton-pipelines
|
|
roleRef:
|
|
kind: ClusterRole
|
|
name: tekton-triggers-admin
|
|
apiGroup: rbac.authorization.k8s.io |