diff --git a/jsonnet/kube-prometheus/components/prometheus.libsonnet b/jsonnet/kube-prometheus/components/prometheus.libsonnet
index aef2a851f4ae00c55229dd88adc952beb1853d53..cef55f394d27d1dfc4b3dd6b69754d2b3b83b155 100644
--- a/jsonnet/kube-prometheus/components/prometheus.libsonnet
+++ b/jsonnet/kube-prometheus/components/prometheus.libsonnet
@@ -66,7 +66,7 @@ function(params) {
     kind: 'PrometheusRule',
     metadata: {
       labels: p.config.commonLabels + p.config.mixin.ruleLabels,
-      name: p.config.name + '-rules',
+      name: 'prometheus-' + p.config.name + '-prometheus-rules',
       namespace: p.config.namespace,
     },
     spec: {