fix: `helmfile sync` doesn't recognize the default `helmfile.d/` directory
Fixes #189
This commit is contained in:
parent
35732f3a93
commit
c74db5d281
3
main.go
3
main.go
|
|
@ -37,8 +37,7 @@ func main() {
|
|||
},
|
||||
cli.StringFlag{
|
||||
Name: "file, f",
|
||||
Value: DefaultHelmfile,
|
||||
Usage: "load config from `FILE`",
|
||||
Usage: "load config from file or directory. defaults to `helmfile.yaml` or `helmfile.d`(means `helmfile.d/*.yaml`) in this preference",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "quiet, q",
|
||||
|
|
|
|||
Loading…
Reference in New Issue