Skip to content

Commit

Permalink
[neon-cluster-operator]: restored Minio controller
Browse files Browse the repository at this point in the history
  • Loading branch information
neonforgedevbot committed Apr 18, 2024
1 parent 0df9ae5 commit 1f1be91
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ public override async Task<ResourceControllerResult> ReconcileAsync(V1MinioBucke

using (var activity = TelemetryHub.ActivitySource?.StartActivity())
{
//################################
// $debug(jefflill): RESTORE THIS!
//################################
#if TODO
Tracer.CurrentSpan?.AddEvent("reconcile", attributes => attributes.Add("resource", nameof(V1MinioBucket)));

logger?.LogInformationEx(() => $"Reconciling {resource.GetType().FullName} [{resource.Namespace()}/{resource.Name()}].");
Expand Down Expand Up @@ -176,7 +172,6 @@ await k8s.CustomObjects.PatchNamespacedCustomObjectStatusAsync<V1MinioBucket>(

logger?.LogInformationEx(() => $"RECONCILED: {resource.Name()}");

#endif
return null;
}
}
Expand Down

0 comments on commit 1f1be91

Please sign in to comment.