Unverified Commit 99f6a75c authored by Sean D'Souza's avatar Sean D'Souza Committed by GitHub

Add subPath value to influxdb2 (#356)

parent 93e6e9fc
......@@ -5,7 +5,7 @@ name: influxdb2
description: A Helm chart for InfluxDB v2
home: https://www.influxdata.com/products/influxdb/
type: application
version: 2.0.7
version: 2.0.8
maintainers:
- name: rawkode
email: rawkode@influxdata.com
......
......@@ -125,6 +125,7 @@ spec:
volumeMounts:
- name: data
mountPath: {{ .Values.persistence.mountPath }}
subPath: {{ .Values.persistence.subPath }}
resources:
{{ .Values.resources | toYaml | nindent 12 | trim }}
......
......@@ -106,6 +106,7 @@ persistence:
accessMode: ReadWriteOnce
size: 50Gi
mountPath: /var/lib/influxdb2
subPath: ""
service:
type: ClusterIP
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment