Skip to content

Commit 35f552d

Browse files
committed
chore: update tests
1 parent ee8665b commit 35f552d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/unit/helm/api-role_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,11 @@ func (s *apiRoleTemplateTest) TestRules() {
305305
"apiGroups": [""],
306306
"resources": ["pods"],
307307
"verbs": ["get", "list", "watch", "delete"]
308+
},
309+
{
310+
"apiGroups": [""],
311+
"resources": ["pods/log"],
312+
"verbs": ["get"]
308313
}
309314
]`
310315
var expectedRules []rbacv1.PolicyRule

0 commit comments

Comments
 (0)