Skip to content

Commit c269db4

Browse files
committed
addressed review comment
Signed-off-by: Varsha B <[email protected]>
1 parent b000341 commit c269db4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

controllers/gitopsservice_controller.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -967,13 +967,3 @@ func ensurePodSecurityLabels(namespace *corev1.Namespace) (bool, *corev1.Namespa
967967
}
968968
return changed, namespace
969969
}
970-
971-
func namespaceMapper(ctx context.Context, o client.Object) []reconcile.Request {
972-
// var result = []reconcile.Request{}
973-
namespacedName := client.ObjectKey{
974-
Name: o.GetName(),
975-
}
976-
return []reconcile.Request{
977-
{NamespacedName: namespacedName},
978-
}
979-
}

0 commit comments

Comments
 (0)