Skip to content

Commit c1e79a3

Browse files
committed
feat: add registry
Signed-off-by: Oliver Baehler <oliver@sudo-i.net>
2 parents e842035 + 6120885 commit c1e79a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/runtime/configuration/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ func (c *capsuleConfiguration) UserNames() []string {
157157
}
158158

159159
func (c *capsuleConfiguration) ServiceAccounts() []string {
160-
return append(c.retrievalFn().Spec.UserNames, c.retrievalFn().Spec.Users.GetByKinds([]rbac.OwnerKind{rbac.ServiceAccountOwner})...)
160+
return c.retrievalFn().Spec.Users.GetByKinds([]rbac.OwnerKind{rbac.ServiceAccountOwner})
161161
}
162162

163163
func (c *capsuleConfiguration) Users() rbac.UserListSpec {

0 commit comments

Comments
 (0)