Skip to content

Commit

Permalink
Test Commit do not merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Conall Prendergast committed Jan 12, 2024
1 parent 6b88aa2 commit ba33b18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Empty file added helm/foo
Empty file.
8 changes: 4 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ func main() {
controllers.RegisterMetrics()

if err = (&controllers.PrometheusRuleReconciler{
Client: mgr.GetClient(),
Scheme: mgr.GetScheme(),
Log: ctrl.Log.WithName("controller").WithName("prometheusrule"),
KeepLabel: controllers.KeepLabel(keepLabel),
Client: mgr.GetClient(),
Scheme: mgr.GetScheme(),
Log: ctrl.Log.WithName("controller").WithName("prometheusrule"),
KeepLabel: controllers.KeepLabel(keepLabel),
PrometheusRuleString: prometheusRuleString,
}).SetupWithManager(mgr); err != nil {
setupLog.Error(err, "unable to create controller", "controller", "PrometheusRule")
Expand Down

0 comments on commit ba33b18

Please sign in to comment.