Browse Source

minio/charts: fix variable (#2671)

Stavros Kois 1 năm trước cách đây
mục cha
commit
6e0f6e85de

+ 1 - 1
library/ix-dev/charts/minio/Chart.yaml

@@ -3,7 +3,7 @@ description: High Performance, Kubernetes Native Object Storage
 annotations:
   title: MinIO
 type: application
-version: 2.0.10
+version: 2.0.11
 apiVersion: v2
 appVersion: 2024-07-16T23-46-41Z
 kubeVersion: '>=1.16.0-0'

+ 1 - 2
library/ix-dev/charts/minio/templates/_minio.tpl

@@ -16,10 +16,9 @@ workload:
           securityContext:
             runAsUser: 473
             runAsGroup: 473
-            # readOnlyRootFilesystem: false
           {{- if not .Values.minioStorage.distributedMode }}
           env:
-            MINIO_VOLUMES: /export
+            MINIO_VOLUMES: {{ .Values.minioStorage.export.mountPath }}
           {{- end }}
           args:
             - server