Fix mountPath for existingObjstoreSecretItems (#3452)

This commit is contained in:
Charlie Nederhoed
2020-08-19 12:29:59 +02:00
committed by GitHub
parent 300dbfc004
commit f5d4b4d90e
2 changed files with 1 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
apiVersion: v1
version: 2.3.1
version: 2.3.2
appVersion: 0.14.0
description: Thanos is a highly available metrics system that can be added on top of existing Prometheus deployments, providing a global query view across all Prometheus installations.
engine: gotpl

View File

@@ -120,11 +120,7 @@ spec:
- name: ruler-config
mountPath: /conf/rules
- name: objstore-config
{{- if .Values.existingObjstoreSecretItems }}
mountPath: /conf
{{- else }}
mountPath: /conf/objstore
{{- end }}
- name: data
mountPath: /data
volumes: