[bitnami/influxdb] Fix cronjob's emptyDir indentation (#7338)

Co-authored-by: rafael <rafael@bitnami.com>
This commit is contained in:
Rafael Ríos Saavedra
2021-08-27 16:50:05 +02:00
committed by GitHub
parent c1901055db
commit dc89896086
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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 }}