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

jsonnet/alertmanager: better name for prometheus-rule object

parent dff8d8c1
Branches
Tags
No related merge requests found
......@@ -82,7 +82,7 @@ function(params) {
kind: 'PrometheusRule',
metadata: {
labels: am.config.commonLabels + am.config.mixin.ruleLabels,
name: am.config.name + '-rules',
name: 'alertmanager-' + am.config.name + '-rules',
namespace: am.config.namespace,
},
spec: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment