diff --git a/infra/k8s/argo/ci-deploy-rbac.yaml b/infra/k8s/argo/ci-deploy-rbac.yaml index 52ec2336b..c1592faac 100644 --- a/infra/k8s/argo/ci-deploy-rbac.yaml +++ b/infra/k8s/argo/ci-deploy-rbac.yaml @@ -11,8 +11,14 @@ rules: resources: [deployments] verbs: [get, list, patch] - apiGroups: ["argoproj.io"] - resources: [workflowtemplates, eventsources, sensors] + resources: [workflowtemplates, eventsources, sensors, eventbus] verbs: [get, list, create, update, patch] + - apiGroups: [""] + resources: [services] + verbs: [get, list, create, update, patch] + - apiGroups: ["rbac.authorization.k8s.io"] + resources: [roles, rolebindings] + verbs: [get, list, create, update, patch, bind, escalate] --- apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding