mirror of
https://github.com/bitnami/charts.git
synced 2026-04-02 15:27:08 +08:00
[bitnami/influxdb] Fix cronjob's emptyDir indentation (#7338)
Co-authored-by: rafael <rafael@bitnami.com>
This commit is contained in:
committed by
GitHub
parent
c1901055db
commit
dc89896086
@@ -24,4 +24,4 @@ name: influxdb
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-influxdb
|
||||
- https://www.influxdata.com/products/influxdb-overview/
|
||||
version: 2.3.8
|
||||
version: 2.3.9
|
||||
|
||||
@@ -50,7 +50,7 @@ spec:
|
||||
persistentVolumeClaim:
|
||||
claimName: {{ include "common.names.fullname" . }}-backups
|
||||
{{- else }}
|
||||
emptyDir: {}
|
||||
emptyDir: {}
|
||||
{{- end }}
|
||||
{{- if .Values.backup.affinity }}
|
||||
affinity: {{- include "common.tplvalues.render" (dict "value" .Values.backup.affinity "context" $) | nindent 12 }}
|
||||
|
||||
Reference in New Issue
Block a user