mirror of
https://github.com/minio/minio.git
synced 2025-01-27 22:46:00 -05:00
helm: allow postjob to run without user 1000 (#17160)
This commit is contained in:
parent
629503ff73
commit
855ed642c3
@ -136,6 +136,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 }}
|
||||||
@ -165,6 +167,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 }}
|
||||||
@ -194,6 +198,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 }}
|
||||||
@ -223,6 +229,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 }}
|
||||||
@ -231,4 +239,4 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
resources: {{- toYaml .Values.makeServiceAccountJob.resources | nindent 12 }}
|
resources: {{- toYaml .Values.makeServiceAccountJob.resources | nindent 12 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
Loading…
x
Reference in New Issue
Block a user