mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fixup (#15702)
Signed-off-by: Olivier Beyler <olivier@MacBook-Pro-de-Olivier.local>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
8c48af50c1
commit
a616a0e9fd
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: grafana
|
||||
version: 3.5.12
|
||||
version: 3.5.13
|
||||
appVersion: 6.2.5
|
||||
kubeVersion: "^1.8.0-0"
|
||||
description: The leading tool for querying and visualizing time series and metrics.
|
||||
|
||||
@@ -76,7 +76,7 @@ spec:
|
||||
image: "{{ .Values.downloadDashboardsImage.repository }}:{{ .Values.downloadDashboardsImage.tag }}"
|
||||
imagePullPolicy: {{ .Values.downloadDashboardsImage.pullPolicy }}
|
||||
command: ["/bin/sh"]
|
||||
args: [ "-c", "mkdir -p /var/lib/grafana/dashboards/default", "/etc/grafana/download_dashboards.sh" ]
|
||||
args: [ "-c", "mkdir -p /var/lib/grafana/dashboards/default && /etc/grafana/download_dashboards.sh" ]
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: "/etc/grafana/download_dashboards.sh"
|
||||
|
||||
Reference in New Issue
Block a user