Merge pull request #190 from mumoshu/fix-helmfile.d-defaulting

fix: `helmfile sync` doesn't recognize the default `helmfile.d/` directory
This commit is contained in:
KUOKA Yusuke 2018-07-19 12:01:49 +09:00 committed by GitHub
commit 2297093f84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -60,8 +60,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",