jsonnet: better name for prometheus PrometheusRule object
This commit is contained in:
@@ -66,7 +66,7 @@ function(params) {
|
|||||||
kind: 'PrometheusRule',
|
kind: 'PrometheusRule',
|
||||||
metadata: {
|
metadata: {
|
||||||
labels: p.config.commonLabels + p.config.mixin.ruleLabels,
|
labels: p.config.commonLabels + p.config.mixin.ruleLabels,
|
||||||
name: p.config.name + '-rules',
|
name: 'prometheus-' + p.config.name + '-prometheus-rules',
|
||||||
namespace: p.config.namespace,
|
namespace: p.config.namespace,
|
||||||
},
|
},
|
||||||
spec: {
|
spec: {
|
||||||
|
|||||||
Reference in New Issue
Block a user