Skip to content

Commit

Permalink
add imports
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumEnigmaa committed May 20, 2024
1 parent 0fe6e6d commit f6181b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/monitoring/mimir/ingress/ingress.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import (
"github.com/giantswarm/observability-operator/pkg/monitoring"
corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

"github.com/giantswarm/observability-operator/pkg/monitoring/mimir"
)

func (ms *MimirService) buildIngressSecret(username string, password string) (*corev1.Secret, error) {
Expand Down
2 changes: 2 additions & 0 deletions pkg/monitoring/mimir/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import (
corev1 "k8s.io/api/core/v1"
"sigs.k8s.io/controller-runtime/pkg/client"
"sigs.k8s.io/controller-runtime/pkg/client/config"

"github.com/giantswarm/observability-operator/pkg/monitoring/prometheusagent"
)

// Checks whether Mimir is enabled in the cluster by listing the pods in the Mimir namespace.
Expand Down

0 comments on commit f6181b9

Please sign in to comment.