mirror of
https://github.com/truenas/charts.git
synced 2026-06-28 00:06:45 +08:00
- migration strategy to chown minIO data directory following the validations - preinstall hook to chown minIO data directory mount path on fresh install
10 lines
162 B
YAML
10 lines
162 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: minio/minio
|
|
tag: RELEASE.2022-01-28T02-28-16Z
|
|
|
|
# uid=473(minio)
|
|
runAsUser: 473
|
|
# gid=473(minio)
|
|
runAsGroup: 473
|