mirror of
https://github.com/minio/minio.git
synced 2024-12-26 15:15: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 }}
|
||||
{{- end }}
|
||||
volumes:
|
||||
- name: etc-path
|
||||
emptyDir: {}
|
||||
- name: minio-configuration
|
||||
projected:
|
||||
sources:
|
||||
@ -100,6 +102,8 @@ spec:
|
||||
- name: MINIO_PORT
|
||||
value: {{ .Values.service.port | quote }}
|
||||
volumeMounts:
|
||||
- name: etc-path
|
||||
mountPath: /etc/minio
|
||||
- name: minio-configuration
|
||||
mountPath: /config
|
||||
{{- if .Values.tls.enabled }}
|
||||
|
Loading…
Reference in New Issue
Block a user