Merge pull request #206 from InTheCloudDan/patch-1

remove outdated warning.
This commit is contained in:
KUOKA Yusuke 2018-08-07 15:28:05 +09:00 committed by GitHub
commit 0ed1355573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ The `helmfile sync` sub-command sync your cluster state as described in your `he
Under the covers, Helmfile executes `helm upgrade --install` for each `release` declared in the manifest, by optionally decrypting [secrets](#secrets) to be consumed as helm chart values. It also updates specified chart repositories and updates the
dependencies of any referenced local charts.
For Helm 2.9+ you can use a username and password to authenticate to a remote repository. WARNING - repository password will be exposed unmasked in console using literal value or environment variable.
For Helm 2.9+ you can use a username and password to authenticate to a remote repository.
### diff