mirror of
https://github.com/truenas/charts.git
synced 2026-04-01 18:01:25 +08:00
minio/charts: fix variable (#2671)
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user