Skip to content

Commit 0fd6d8f

Browse files
Merge pull request #632 from ricardomaraschini/fix-the-system
chore: move argument to a new line
2 parents 9bef7f9 + 0a4d9dd commit 0fd6d8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/operator/starter.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ func RunOperator(ctx context.Context, cc *controllercmd.ControllerContext) error
5959
return err
6060
}
6161

62-
kubeInformersForNamespaces := v1helpers.NewKubeInformersForNamespaces(kubeClient,
62+
kubeInformersForNamespaces := v1helpers.NewKubeInformersForNamespaces(
63+
kubeClient,
6364
"",
6465
operatorclient.OperatorNamespace,
6566
)

0 commit comments

Comments
 (0)