Skip to content

Commit

Permalink
Merge pull request #830 from fluxcd/tweak-chart-events
Browse files Browse the repository at this point in the history
reconcile: do not emit HelmChartInSync event
  • Loading branch information
hiddeco authored Dec 7, 2023
2 parents 842a942 + 47fbb37 commit 66ed032
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/reconcile/helmchart_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ func (r *HelmChartTemplate) Reconcile(ctx context.Context, req *Request) error {
newChart.Spec.SourceRef.Kind, newChart.GetNamespace(), newChart.Spec.SourceRef.Name)

ctrl.LoggerFrom(ctx).Info(msg)
r.eventRecorder.Eventf(req.Object, eventv1.EventTypeTrace, "HelmChartInSync", msg)
default:
err = fmt.Errorf("unexpected action '%s' for %s", entry.Action.String(), entry.Subject)
return err
Expand Down

0 comments on commit 66ed032

Please sign in to comment.