Skip to content

Commit ea125f1

Browse files
feature: namespace deletion member service account (#1250)
The registration service uses the member service account to be able to interact with the member clusters. In order to be able to delete the user namespaces to trigger a reconciliation from the NSTemplateSet controller, we need the service account to have the "delete" permission too. SANDBOX-1067 Co-authored-by: Francisc Munteanu <fmuntean@redhat.com>
1 parent 3ba51d9 commit ea125f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testsupport/wait/member.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2657,7 +2657,7 @@ func (a *MemberAwaitility) WaitForToolchainClusterResources(t *testing.T) {
26572657
{
26582658
APIGroups: []string{""},
26592659
Resources: []string{"namespaces"},
2660-
Verbs: []string{"get", "list", "watch"},
2660+
Verbs: []string{"delete", "get", "list", "watch"},
26612661
},
26622662
{
26632663
APIGroups: []string{""},

0 commit comments

Comments
 (0)