Skip to content

Commit

Permalink
fix(helm): grafana dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
guyvelleman committed Oct 13, 2024
1 parent 3bcfcc6 commit 6db88f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployments/helm/templates/grafana-alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: integreatly.org/v1alpha1
kind: GrafanaDashboard
metadata:
name: {{ .Release.Namespace }}-alerts
name: {{ template "papyrus.name" . }}-alerts
namespace: {{ .Release.Namespace | quote }}
labels:
app: grafana-dashboard
Expand Down
2 changes: 1 addition & 1 deletion deployments/helm/templates/grafana-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: integreatly.org/v1alpha1
kind: GrafanaDashboard
metadata:
name: {{ .Release.Namespace }}-dashboard
name: {{ template "papyrus.name" . }}-dashboard
namespace: {{ .Release.Namespace | quote }}
labels:
app: grafana-dashboard
Expand Down

0 comments on commit 6db88f5

Please sign in to comment.