mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fix variable path in Grafana set-datasource job. (#3003)
* Fix variable path in Grafana set-datasource job. * Bump Grafana chart version.
This commit is contained in:
committed by
Reinhard Nägele
parent
330bfda2a9
commit
222d257791
@@ -1,5 +1,5 @@
|
||||
name: grafana
|
||||
version: 0.5.1
|
||||
version: 0.5.2
|
||||
description: The leading tool for querying and visualizing time series and metrics.
|
||||
home: https://grafana.net
|
||||
icon: https://raw.githubusercontent.com/grafana/grafana/master/public/img/logo_transparent_400x.png
|
||||
|
||||
@@ -33,7 +33,7 @@ spec:
|
||||
name: {{ template "grafana.server.fullname" . }}
|
||||
key: grafana-admin-password
|
||||
args:
|
||||
- "http://$(ADMIN_USER):$(ADMIN_PASSWORD)@{{ template "grafana.fullname" . }}:{{ .Values.server.httpPort }}/api/datasources"
|
||||
- "http://$(ADMIN_USER):$(ADMIN_PASSWORD)@{{ template "grafana.fullname" . }}:{{ .Values.server.service.httpPort }}/api/datasources"
|
||||
- "--max-time"
|
||||
- "10"
|
||||
- "-H"
|
||||
|
||||
Reference in New Issue
Block a user