Skip to content

Commit

Permalink
Update pkg/monitoring/prometheusagent/service.go
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBisson authored Apr 10, 2024
1 parent ffe6b4f commit 0a035af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/monitoring/prometheusagent/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (pas PrometheusAgentService) createOrUpdateConfig(ctx context.Context,
if !reflect.DeepEqual(current.Data, desired.Data) || !reflect.DeepEqual(current.Finalizers, desired.Finalizers) {
err = pas.Client.Update(ctx, desired)
if err != nil {
logger.Info("could not update prometheus agent remote write configuration")
logger.Info("could not update prometheus agent remote write configmap")
return errors.WithStack(err)
}
}
Expand Down

0 comments on commit 0a035af

Please sign in to comment.