Skip to content

Commit d9cc172

Browse files
committed
register entrypoint
1 parent ff6ba0d commit d9cc172

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

operator/cmd/main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import (
1919
"github.com/redpanda-data/redpanda-operator/operator/cmd/bootstrap"
2020
"github.com/redpanda-data/redpanda-operator/operator/cmd/configurator"
2121
"github.com/redpanda-data/redpanda-operator/operator/cmd/crd"
22+
"github.com/redpanda-data/redpanda-operator/operator/cmd/multicluster"
2223
"github.com/redpanda-data/redpanda-operator/operator/cmd/ready"
2324
"github.com/redpanda-data/redpanda-operator/operator/cmd/run"
2425
"github.com/redpanda-data/redpanda-operator/operator/cmd/sidecar"
@@ -47,6 +48,7 @@ func init() {
4748
bootstrap.Command(),
4849
configurator.Command(),
4950
crd.Command(),
51+
multicluster.Command(),
5052
ready.Command(),
5153
run.Command(),
5254
sidecar.Command(),

0 commit comments

Comments
 (0)