mirror of
https://github.com/minio/minio.git
synced 2025-04-18 17:55:28 -04: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
|
- name: minio-user
|
||||||
mountPath: "/tmp/credentials"
|
mountPath: "/tmp/credentials"
|
||||||
readOnly: true
|
readOnly: true
|
||||||
{{- if .Values.persistence.enabled }}
|
|
||||||
- name: export
|
- name: export
|
||||||
mountPath: {{ .Values.mountPath }}
|
mountPath: {{ .Values.mountPath }}
|
||||||
{{- if .Values.persistence.subPath }}
|
{{- if and .Values.persistence.enabled .Values.persistence.subPath }}
|
||||||
subPath: "{{ .Values.persistence.subPath }}"
|
subPath: "{{ .Values.persistence.subPath }}"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
|
||||||
{{- if .Values.extraSecret }}
|
{{- if .Values.extraSecret }}
|
||||||
- name: extra-secret
|
- name: extra-secret
|
||||||
mountPath: "/tmp/minio-config-env"
|
mountPath: "/tmp/minio-config-env"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user