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 989fe74 commit 37b7855
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 @@ -156,7 +156,7 @@ func (pas *PrometheusAgentService) DeleteRemoteWriteConfig(ctx context.Context,

err := pas.deleteConfigMap(ctx, cluster)
if err != nil {
logger.Error(err, "failed to delete prometheus agent remote write config")
logger.Error(err, "failed to delete prometheus agent remote write configmap")
return errors.WithStack(err)
}

Expand Down

0 comments on commit 37b7855

Please sign in to comment.