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 ...@@ -5,7 +5,7 @@ name: influxdb2
description: A Helm chart for InfluxDB v2 description: A Helm chart for InfluxDB v2
home: https://www.influxdata.com/products/influxdb/ home: https://www.influxdata.com/products/influxdb/
type: application type: application
version: 2.0.7 version: 2.0.8
maintainers: maintainers:
- name: rawkode - name: rawkode
email: rawkode@influxdata.com email: rawkode@influxdata.com
......
...@@ -125,6 +125,7 @@ spec: ...@@ -125,6 +125,7 @@ spec:
volumeMounts: volumeMounts:
- name: data - name: data
mountPath: {{ .Values.persistence.mountPath }} mountPath: {{ .Values.persistence.mountPath }}
subPath: {{ .Values.persistence.subPath }}
resources: resources:
{{ .Values.resources | toYaml | nindent 12 | trim }} {{ .Values.resources | toYaml | nindent 12 | trim }}
......
...@@ -106,6 +106,7 @@ persistence: ...@@ -106,6 +106,7 @@ persistence:
accessMode: ReadWriteOnce accessMode: ReadWriteOnce
size: 50Gi size: 50Gi
mountPath: /var/lib/influxdb2 mountPath: /var/lib/influxdb2
subPath: ""
service: service:
type: ClusterIP 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