Files
home-cluster-ops/infrastructures/argo-events/base/cluster-role-binding.yaml
2024-08-28 01:35:34 +10:00

13 lines
286 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