mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
mount export volume even if persistence is disabled (#15543)
This commit is contained in:
parent
701a82642b
commit
67cf15d036
@ -82,13 +82,11 @@ spec:
|
||||
- name: minio-user
|
||||
mountPath: "/tmp/credentials"
|
||||
readOnly: true
|
||||
{{- if .Values.persistence.enabled }}
|
||||
- name: export
|
||||
mountPath: {{ .Values.mountPath }}
|
||||
{{- if .Values.persistence.subPath }}
|
||||
{{- if and .Values.persistence.enabled .Values.persistence.subPath }}
|
||||
subPath: "{{ .Values.persistence.subPath }}"
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if .Values.extraSecret }}
|
||||
- name: extra-secret
|
||||
mountPath: "/tmp/minio-config-env"
|
||||
|
Loading…
Reference in New Issue
Block a user