Skip to content

Commit 04314ad

Browse files
committed
feat(grafana): rename contact points
Signed-off-by: Nicolas Lamirault <[email protected]>
1 parent f73915f commit 04314ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitops/argocd/charts/observability/grafana-operator/templates/contactpoint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ metadata:
2222
labels:
2323
{{- include "grafana-operator.labels" $ | nindent 4 }}
2424
app.kubernetes.io/component: contactpoint
25-
name: grafana-{{ $contactPoint.name | lower }}-email
25+
name: grafana-{{ $.Values.grafanaOperator.instance.name }}-{{ $contactPoint.name | lower }}-email
2626
namespace: {{ $.Release.Namespace }}
2727
spec:
2828
instanceSelector:

0 commit comments

Comments
 (0)