mirror of
https://github.com/minio/minio.git
synced 2025-11-21 02:09:08 -05:00
helm: allow postjob to run without user 1000 (#17160)
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user