diff --git a/config/tests/unified_image/unified_image_role.yaml b/config/tests/unified_image/unified_image_role.yaml index d66f3309d..78694a45e 100644 --- a/config/tests/unified_image/unified_image_role.yaml +++ b/config/tests/unified_image/unified_image_role.yaml @@ -17,6 +17,7 @@ rules: - "watch" - "update" - "patch" + - "list" --- apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding diff --git a/e2e/fixtures/kubernetes_fixtures.go b/e2e/fixtures/kubernetes_fixtures.go index 12c9bd732..798785953 100644 --- a/e2e/fixtures/kubernetes_fixtures.go +++ b/e2e/fixtures/kubernetes_fixtures.go @@ -152,6 +152,7 @@ func (factory *Factory) ensureRBACSetupExists(namespace string) { "watch", "update", "patch", + "list", }, }, },