Skip to content

Commit

Permalink
register ingress reconciler
Browse files Browse the repository at this point in the history
Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
  • Loading branch information
frzifus committed Oct 6, 2022
1 parent c529f64 commit 1328a4e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions controllers/opentelemetrycollector_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ func NewReconciler(p Params) *OpenTelemetryCollectorReconciler {
"stateful sets",
true,
},
{
reconcile.Ingresses,
"ingresses",
true,
},
{
reconcile.Self,
"opentelemetry",
Expand Down

0 comments on commit 1328a4e

Please sign in to comment.