minio/charts: fix variable (#2671)

This commit is contained in:
Stavros Kois
2024-07-19 20:03:44 +03:00
committed by GitHub
parent 7e4a5732b8
commit 6e0f6e85de
2 changed files with 2 additions and 3 deletions

View File

@@ -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'

View File

@@ -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