Skip to content
Snippets Groups Projects
Unverified Commit cff8fec5 authored by paulfantom's avatar paulfantom
Browse files

jsonnet: better name for prometheus PrometheusRule object

parent 2a66bb88
No related branches found
No related tags found
No related merge requests found
......@@ -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: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment