Skip to content

Commit

Permalink
Register ES types
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Vargas <[email protected]>
  • Loading branch information
rubenvp8510 committed Dec 22, 2021
1 parent 77e57d3 commit 2c42fa5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/cmd/start/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ import (
"github.com/jaegertracing/jaeger-operator/pkg/upgrade"
"github.com/jaegertracing/jaeger-operator/pkg/util"
"github.com/jaegertracing/jaeger-operator/pkg/version"
esv1 "github.com/openshift/elasticsearch-operator/apis/logging/v1"

consolev1 "github.com/openshift/api/console/v1"
routev1 "github.com/openshift/api/route/v1"
Expand All @@ -59,6 +60,7 @@ func init() {
utilruntime.Must(routev1.Install(scheme))
utilruntime.Must(osimagev1.Install(scheme))
utilruntime.Must(consolev1.Install(scheme))
utilruntime.Must(esv1.AddToScheme(scheme))
//+kubebuilder:scaffold:scheme
}

Expand Down

0 comments on commit 2c42fa5

Please sign in to comment.