mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
Fix mountPath for existingObjstoreSecretItems (#3452)
This commit is contained in:
committed by
GitHub
parent
300dbfc004
commit
f5d4b4d90e
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user