Skip to content

Commit

Permalink
chore: Remove duplicate annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Baarsgaard committed Nov 27, 2024
1 parent 1f715ff commit 598c1c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/grafanaalertrulegroup_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ type GrafanaAlertRuleGroupReconciler struct {

// Reconcile is part of the main kubernetes reconciliation loop which aims to
// move the current state of the cluster closer to the desired state.
//+kubebuilder:rbac:groups=grafana.integreatly.org,resources=grafanaalertrulegroups/finalizers,verbs=update

func (r *GrafanaAlertRuleGroupReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) {
controllerLog := log.FromContext(ctx).WithName("GrafanaAlertRuleGroupReconciler")
Expand Down

0 comments on commit 598c1c6

Please sign in to comment.