26 lines
592 B
YAML
26 lines
592 B
YAML
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: argo-events-binding
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: argo-events-role
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: argo-events-sa
|
|
namespace: argo-events
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: argo-events-webhook-binding
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: argo-events-webhook
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: argo-events-webhook-sa
|
|
namespace: argo-events |