Update grafana datasource to be dynamically added
This commit is contained in:
@@ -18,4 +18,7 @@ stringData:
|
||||
type: prometheus
|
||||
url: http://thanos-query.{{ .Values.user }}-monitoring.svc.cluster.local:10902
|
||||
version: 1
|
||||
{{- if .Values.grafana.datasources }}
|
||||
{{- toYaml .Values.grafana.datasources | nindent 6 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user