Skip to content

Commit

Permalink
add ftp example for to helm's values.yaml extraArgs field (minio#19541)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiuker committed Apr 18, 2024
1 parent ae46ce9 commit 2d3898e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm/minio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ ignoreChartChecksums: false

## Additional arguments to pass to minio binary
extraArgs: []
# example for enabling FTP:
# - --ftp=\"address=:8021\"
# - --ftp=\"passive-port-range=10000-10010\"

## Additional volumes to minio container
extraVolumes: []
Expand Down

0 comments on commit 2d3898e

Please sign in to comment.