Skip to content

Commit

Permalink
solved last import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumEnigmaa committed May 20, 2024
1 parent 638a48f commit 268f75c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/monitoring/mimir/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"context"

"github.com/giantswarm/observability-operator/pkg/monitoring"
"github.com/giantswarm/observability-operator/pkg/monitoring/mimir/ingress"
"github.com/go-logr/logr"
"github.com/pkg/errors"
corev1 "k8s.io/api/core/v1"
Expand Down Expand Up @@ -49,7 +50,7 @@ func (ms *MimirService) CreateOrUpdateIngressSecret(ctx context.Context, mc stri
return errors.WithStack(err)
}

secret, err := BuildIngressSecret(mc, password)
secret, err := ingress.BuildIngressSecret(mc, password)
if err != nil {
return errors.WithStack(err)
}
Expand Down

0 comments on commit 268f75c

Please sign in to comment.