mirror of
https://github.com/truecharts/charts.git
synced 2026-07-12 21:56:30 -03:00
fix(mimir): correct datasource type mismatch
This commit is contained in:
@@ -39,4 +39,4 @@ name: mimir
|
||||
sources:
|
||||
- https://grafana.com
|
||||
type: application
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user