add service argo events
This commit is contained in:
13
infrastructures/argo-events/base/cluster-role-binding.yaml
Normal file
13
infrastructures/argo-events/base/cluster-role-binding.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
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
|
||||
Reference in New Issue
Block a user