Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
Grant the OAM service account permission to run e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cope <negz@rk0n.org>
  • Loading branch information
negz committed Oct 6, 2020
1 parent 0798290 commit 2fe14f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e-test/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ var _ = BeforeSuite(func(done Done) {
Kind: "User",
Name: "system:serviceaccount:crossplane-system:crossplane",
},
{
Kind: "User",
Name: "system:serviceaccount:oam-system:oam-kubernetes-runtime-e2e",
},
},
RoleRef: rbac.RoleRef{
APIGroup: "rbac.authorization.k8s.io",
Expand Down

0 comments on commit 2fe14f6

Please sign in to comment.