Skip to content

Commit

Permalink
Add the missing list verb to Pods for testing the unified image (#1910)
Browse files Browse the repository at this point in the history
* Add the missing list verb to Pods for testing the unified image

* Add the missing list verb to test config
  • Loading branch information
johscheuer authored Jan 11, 2024
1 parent 8010767 commit 3848af6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/tests/unified_image/unified_image_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ rules:
- "watch"
- "update"
- "patch"
- "list"
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
Expand Down
1 change: 1 addition & 0 deletions e2e/fixtures/kubernetes_fixtures.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ func (factory *Factory) ensureRBACSetupExists(namespace string) {
"watch",
"update",
"patch",
"list",
},
},
},
Expand Down

0 comments on commit 3848af6

Please sign in to comment.