Files
addons/workflow/tekton-triggers/rbac.authorization.k8s.io_v1_ClusterRoleBinding_tekton-triggers-webhook-admin.yaml
2024-03-20 06:56:44 +01:00

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