From 43fc493a27ec112fd93fa4eb1c01df04934b8233 Mon Sep 17 00:00:00 2001 From: QuantumEnigmaa Date: Wed, 29 May 2024 17:18:30 +0200 Subject: [PATCH] small fix for the linter --- pkg/monitoring/mimir/service.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/monitoring/mimir/service.go b/pkg/monitoring/mimir/service.go index 7ec2f1ee..fce877a1 100644 --- a/pkg/monitoring/mimir/service.go +++ b/pkg/monitoring/mimir/service.go @@ -28,7 +28,8 @@ type MimirService struct { SecretManager secret.Manager } -// ConfigureMimir configures the ingress and its authentication (basic auth) to allow prometheus agents to send their data to Mimir +// ConfigureMimir configures the ingress and its authentication (basic auth) +// to allow prometheus agents to send their data to Mimir func (ms *MimirService) ConfigureMimir(ctx context.Context, mc string) error { logger := log.FromContext(ctx).WithValues("cluster", mc) logger.Info("configuring mimir ingress")