Skip to content

Commit

Permalink
Merge pull request #3812 from takirala/patch-1
Browse files Browse the repository at this point in the history
fix: add missing url in grafana datasource
  • Loading branch information
jessegoodier authored Jan 27, 2025
2 parents 97f2e49 + 70d6914 commit 02babc7
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 02babc7

Please sign in to comment.