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