mirror of
https://github.com/helm/chartmuseum.git
synced 2026-02-05 06:45:56 +01:00
fix: correct flag for storage.amazon.forcepathstyle (#1102)
Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
This commit is contained in:
@@ -367,7 +367,7 @@ var configVars = map[string]configVar{
|
||||
"storage.amazon.forcepathstyle": {
|
||||
Type: boolType,
|
||||
Default: true,
|
||||
CLIFlag: cli.StringFlag{
|
||||
CLIFlag: cli.BoolFlag{
|
||||
Name: "storage-amazon-force-path-style",
|
||||
Usage: "whether to force path style for amazon storage backend",
|
||||
EnvVar: "STORAGE_AMAZON_FORCE_PATH_STYLE",
|
||||
|
||||
Reference in New Issue
Block a user