diff --git a/helm/minio/templates/post-job.yaml b/helm/minio/templates/post-job.yaml index 3868c891e..b6a5e18dd 100644 --- a/helm/minio/templates/post-job.yaml +++ b/helm/minio/templates/post-job.yaml @@ -108,7 +108,7 @@ spec: value: {{ .Values.service.port | quote }} volumeMounts: - name: etc-path - mountPath: /etc/minio + mountPath: /etc/minio/mc - name: tmp mountPath: /tmp - name: minio-configuration @@ -141,7 +141,7 @@ spec: value: {{ .Values.service.port | quote }} volumeMounts: - name: etc-path - mountPath: /etc/minio + mountPath: /etc/minio/mc - name: tmp mountPath: /tmp - name: minio-configuration @@ -174,7 +174,7 @@ spec: value: {{ .Values.service.port | quote }} volumeMounts: - name: etc-path - mountPath: /etc/minio + mountPath: /etc/minio/mc - name: tmp mountPath: /tmp - name: minio-configuration @@ -207,7 +207,7 @@ spec: value: {{ .Values.service.port | quote }} volumeMounts: - name: etc-path - mountPath: /etc/minio + mountPath: /etc/minio/mc - name: tmp mountPath: /tmp - name: minio-configuration @@ -240,7 +240,7 @@ spec: value: {{ .Values.service.port | quote }} volumeMounts: - name: etc-path - mountPath: /etc/minio + mountPath: /etc/minio/mc - name: tmp mountPath: /tmp - name: minio-configuration