From 7eea6cdb12a27b04e1c7e0451f0cd45527bec37e Mon Sep 17 00:00:00 2001 From: mstein11 Date: Sat, 6 May 2023 22:34:38 +0200 Subject: [PATCH] add etc-path to post-job.yaml in helm chart (#17148) --- helm/minio/templates/post-job.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helm/minio/templates/post-job.yaml b/helm/minio/templates/post-job.yaml index 9d312118c..885c4be52 100644 --- a/helm/minio/templates/post-job.yaml +++ b/helm/minio/templates/post-job.yaml @@ -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 }}