Skip to content

Commit

Permalink
(helm): fix papyrus grafana dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
guyvelleman authored and idan-starkware committed Oct 13, 2024
1 parent 3bcfcc6 commit 992eb2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployments/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
helm upgrade --install `release_name` deployments/helm/ \
--namespace `namespace_name` --create-namespace \
--set ingress.host=`ingress_hostname`
```
```
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 992eb2c

Please sign in to comment.