Skip to content

Commit 242d4f5

Browse files
committed
main.go: remove todo comment for kube-state-metrics
1 parent ab7cb66 commit 242d4f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,6 @@ func main() {
172172
setupLog.Info("configured watch", "gvk", w.GroupVersionKind, "chartPath", w.ChartPath, "maxConcurrentReconciles", maxConcurrentReconciles, "reconcilePeriod", reconcilePeriod)
173173
}
174174

175-
// TODO(joelanford): kube-state-metrics?
176-
177175
setupLog.Info("starting manager")
178176
if err := mgr.Start(ctrl.SetupSignalHandler()); err != nil {
179177
setupLog.Error(err, "problem running manager")

0 commit comments

Comments
 (0)