Răsfoiți Sursa

Changed event recorder spelling for pushsecret

William Young 4 ani în urmă
părinte
comite
9f36a8bf6d
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      pkg/controllers/pushsecret/pushsecret_controller.go

+ 1 - 1
pkg/controllers/pushsecret/pushsecret_controller.go

@@ -177,7 +177,7 @@ func (r *Reconciler) GetSecretStores(ctx context.Context, ps esapi.PushSecret) (
 }
 
 func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error {
-	r.recorder = mgr.GetEventRecorderFor("push-secret")
+	r.recorder = mgr.GetEventRecorderFor("pushsecret")
 
 	return ctrl.NewControllerManagedBy(mgr).
 		For(&esapi.PushSecret{}).