Skip to content

Commit

Permalink
Fix PrometheusRule namespace
Browse files Browse the repository at this point in the history
Signed-off-by: João Vilaça <jvilaca@redhat.com>
  • Loading branch information
machadovilaca committed Jan 9, 2024
1 parent f80ae62 commit 61a0217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/monitoring/monitoring.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func RenderMonitoring(manifestDir string, monitoringAvailable bool) ([]*unstruct
return nil, errors.Wrap(err, "failed to setup monitoring rules")
}

promRule, err := rules.BuildPrometheusRule(monitoringNamespace)
promRule, err := rules.BuildPrometheusRule(operandNamespace)
if err != nil {
return nil, errors.Wrap(err, "failed to build PrometheusRule")
}
Expand Down

0 comments on commit 61a0217

Please sign in to comment.