Merge pull request #226 from mumoshu/usage-without-internet

doc: Using helmfile without an Internet connection
This commit is contained in:
KUOKA Yusuke 2018-08-24 13:43:53 +09:00 committed by GitHub
commit 96d0781b85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -260,6 +260,13 @@ set -a; . .env; set +a; helmfile sync
Please see #203 for more context.
## Running helmfile without an Internet connection
Once you download all required charts into your machine, you can run `helmfile charts` to deploy your apps.
It basically run only `helm upgrade --install` with your already-downloaded charts, hence no Internet connection is required.
See #155 for more information on this topic.
## Examples
For more examples, see the [examples/README.md](https://github.com/roboll/helmfile/blob/master/examples/README.md) or the [`helmfile.d`](https://github.com/cloudposse/helmfiles/tree/master/helmfile.d) distribution of helmfiles by [Cloud Posse](https://github.com/cloudposse/).