diff --git a/deployment/e2e-ci-runner-rbac.yaml b/deployment/e2e-ci-runner-rbac.yaml index e6f32e2..ea93cff 100644 --- a/deployment/e2e-ci-runner-rbac.yaml +++ b/deployment/e2e-ci-runner-rbac.yaml @@ -22,7 +22,7 @@ rules: verbs: ["get", "list", "create", "update", "patch", "delete", "watch"] - apiGroups: [""] resources: ["services", "serviceaccounts", "configmaps", "secrets"] - verbs: ["get", "list", "create", "update", "patch", "delete"] + verbs: ["get", "list", "watch", "create", "update", "patch", "delete"] - apiGroups: [""] resources: ["pods"] verbs: ["get", "list", "watch"]