mirror of
https://github.com/minio/minio.git
synced 2024-12-27 07:35:55 -05:00
add etc-path to post-job.yaml in helm chart (#17148)
This commit is contained in:
parent
824c55b3a4
commit
7eea6cdb12
@ -45,6 +45,8 @@ spec:
|
|||||||
fsGroup: {{ .Values.postJob.securityContext.fsGroup }}
|
fsGroup: {{ .Values.postJob.securityContext.fsGroup }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
volumes:
|
volumes:
|
||||||
|
- name: etc-path
|
||||||
|
emptyDir: {}
|
||||||
- name: minio-configuration
|
- name: minio-configuration
|
||||||
projected:
|
projected:
|
||||||
sources:
|
sources:
|
||||||
@ -100,6 +102,8 @@ spec:
|
|||||||
- name: MINIO_PORT
|
- name: MINIO_PORT
|
||||||
value: {{ .Values.service.port | quote }}
|
value: {{ .Values.service.port | quote }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
- name: etc-path
|
||||||
|
mountPath: /etc/minio
|
||||||
- name: minio-configuration
|
- name: minio-configuration
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
{{- if .Values.tls.enabled }}
|
{{- if .Values.tls.enabled }}
|
||||||
|
Loading…
Reference in New Issue
Block a user