Skip to content

Commit 45bdd50

Browse files
Update internal/component/mimir/rules/kubernetes/debug.go
Co-authored-by: Quentin Bisson <quentin.bisson@gmail.com>
1 parent 9c55a25 commit 45bdd50

File tree

1 file changed

+1
-1
lines changed
  • internal/component/mimir/rules/kubernetes

1 file changed

+1
-1
lines changed

internal/component/mimir/rules/kubernetes/debug.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type DebugMimirNamespace struct {
2323
func (c *Component) DebugInfo() interface{} {
2424
var output DebugInfo
2525

26-
if c.evenptProcessor != nil {
26+
if c.eventProcessor != nil {
2727
currentState := c.eventProcessor.getMimirState()
2828
for namespace := range currentState {
2929
if !isManagedMimirNamespace(c.args.MimirNameSpacePrefix, namespace) {

0 commit comments

Comments
 (0)