Skip to content

Commit 8fed231

Browse files
committed
Change event message
1 parent cff825d commit 8fed231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/kustomization_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ func (r *KustomizationReconciler) Reconcile(req ctrl.Request) (ctrl.Result, erro
214214
return ctrl.Result{RequeueAfter: kustomization.Spec.Interval.Duration}, reconcileErr
215215
}
216216

217-
r.event(reconciledKustomization, source.GetArtifact().Revision, recorder.EventSeverityInfo, "Updated Kustomization", map[string]string{"commit_status": "update"})
217+
r.event(reconciledKustomization, source.GetArtifact().Revision, recorder.EventSeverityInfo, "Update completed", map[string]string{"commit_status": "update"})
218218
return ctrl.Result{RequeueAfter: kustomization.Spec.Interval.Duration}, nil
219219
}
220220

0 commit comments

Comments
 (0)