helm: allow postjob to run without user 1000 (#17160)

This commit is contained in:
mstein11 2023-05-08 16:59:25 +02:00 committed by GitHub
parent 629503ff73
commit 855ed642c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,6 +136,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 }}
@ -165,6 +167,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 }}
@ -194,6 +198,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 }}
@ -223,6 +229,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 }}
@ -231,4 +239,4 @@ spec:
{{- end }}
resources: {{- toYaml .Values.makeServiceAccountJob.resources | nindent 12 }}
{{- end }}
{{- end }}
{{- end }}