diff --git a/infra/k8s/argo/ci-deploy-rbac.yaml b/infra/k8s/argo/ci-deploy-rbac.yaml index c1592faac..5aff8cef5 100644 --- a/infra/k8s/argo/ci-deploy-rbac.yaml +++ b/infra/k8s/argo/ci-deploy-rbac.yaml @@ -14,7 +14,10 @@ rules: resources: [workflowtemplates, eventsources, sensors, eventbus] verbs: [get, list, create, update, patch] - apiGroups: [""] - resources: [services] + resources: [services, configmaps] + verbs: [get, list, create, update, patch] + - apiGroups: ["networking.k8s.io"] + resources: [networkpolicies] verbs: [get, list, create, update, patch] - apiGroups: ["rbac.authorization.k8s.io"] resources: [roles, rolebindings]