From 6e9da424dd126f3aabd749734d7b16dad4333ad7 Mon Sep 17 00:00:00 2001 From: Quentin Bisson Date: Wed, 10 Apr 2024 13:59:10 +0200 Subject: [PATCH] Update pkg/monitoring/prometheusagent/service.go Co-authored-by: Marie Roque --- pkg/monitoring/prometheusagent/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/monitoring/prometheusagent/service.go b/pkg/monitoring/prometheusagent/service.go index 027ad661..bea8b4ae 100644 --- a/pkg/monitoring/prometheusagent/service.go +++ b/pkg/monitoring/prometheusagent/service.go @@ -27,7 +27,7 @@ type PrometheusAgentService struct { PrometheusVersion string } -// ensurePrometheusAgentRemoteWriteConfig ensures that the prometheus remote write config is present in the cluster. +// ReconcileRemoteWriteConfig ensures that the prometheus remote write config is present in the cluster. func (pas *PrometheusAgentService) ReconcileRemoteWriteConfig( ctx context.Context, cluster *clusterv1.Cluster) error {