mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 15:53:28 +03:00
helm: add extra volumes and extra volume mounts option (#15568)
- add a new line to the end of the credentials file when creating a user - add extra volumes and mounts option into helm chart
This commit is contained in:
@@ -46,6 +46,12 @@ ignoreChartChecksums: false
|
||||
## Additional arguments to pass to minio binary
|
||||
extraArgs: []
|
||||
|
||||
## Additional volumes to minio container
|
||||
extraVolumes: []
|
||||
|
||||
## Additional volumeMounts to minio container
|
||||
extraVolumeMounts: []
|
||||
|
||||
## Internal port number for MinIO S3 API container
|
||||
## Change service.port to change external port number
|
||||
minioAPIPort: "9000"
|
||||
|
||||
Reference in New Issue
Block a user