fix(mimir): correct datasource type mismatch

This commit is contained in:
Kjeld Schouten 2024-02-26 21:58:22 +01:00
parent fe8f5b8911
commit 3ae1d80bdd
2 changed files with 2 additions and 2 deletions

View File

@ -39,4 +39,4 @@ name: mimir
sources:
- https://grafana.com
type: application
version: 0.1.2
version: 0.1.3

View File

@ -32,7 +32,7 @@ configmap:
apiVersion: 1
datasources:
- name: Mimir
type: Prometheus
type: prometheus
uid: {{ .Values.grafana.datasource.uid | default "prometheus" }}
url: http://{{ if ne .Release.Name "mimir" }}{{ .Release.Name }}-{{ end }}mimir-nginx.{{ .Release.Namespace }}/prometheus
access: proxy