Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 9d97ba7

Browse files
authored
Remove backup label from MSA since it's backed up by default (#430)
Signed-off-by: fxiang1 <[email protected]>
1 parent e85fafa commit 9d97ba7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/controller/spoketoken/spoke_token_controller.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,9 +340,6 @@ func (r *ReconcileAgentToken) createOrUpdateApplicationManagerSecret() (bool, er
340340
ObjectMeta: v1.ObjectMeta{
341341
Name: appAddonName,
342342
Namespace: r.syncid.Name,
343-
Labels: map[string]string{
344-
"cluster.open-cluster-management.io/backup": "",
345-
},
346343
},
347344
Spec: authv1beta1.ManagedServiceAccountSpec{
348345
Rotation: authv1beta1.ManagedServiceAccountRotation{

0 commit comments

Comments
 (0)