Fix bugs for prometheus chart (#2915)

Signed-off-by: Ziqi Zhao <zhaoziqi@qiniu.com>
This commit is contained in:
Ziqi Zhao
2017-12-15 17:04:03 +01:00
committed by Reinhard Nägele
parent 18bfc1fdbe
commit 34f651c1a3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: prometheus
version: 4.6.13
version: 4.6.14
description: Prometheus is a monitoring system and time series database.
home: https://prometheus.io/
icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png
@@ -74,7 +74,7 @@ spec:
- name: config-volume
mountPath: /etc/config
- name: storage-volume
mountPath: {{ .Values.alertmanager.persistentVolume.mountPath }}
mountPath: {{ .Values.server.persistentVolume.mountPath }}
subPath: "{{ .Values.server.persistentVolume.subPath }}"
{{- range .Values.server.extraHostPathMounts }}
- name: {{ .name }}