Skip to content

Commit

Permalink
fix: add missing url in grafana datasource
Browse files Browse the repository at this point in the history
  • Loading branch information
takirala authored Jan 16, 2025
1 parent 4b53497 commit 4000f3d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ data:
{{- else }}
isDefault: false
{{- end }}
{{- if .Values.global.prometheus.enabled }}
url: http://{{ template "cost-analyzer.prometheus.server.name" . }}.{{ .Release.Namespace }}
{{- else }}
url: {{ .Values.global.prometheus.fqdn }}
{{- end }}
{{- end -}}
{{- end -}}
{{- end -}}
Expand Down

0 comments on commit 4000f3d

Please sign in to comment.