Skip to content

Commit

Permalink
Merge pull request roboll#226 from mumoshu/usage-without-internet
Browse files Browse the repository at this point in the history
doc: Using helmfile without an Internet connection
  • Loading branch information
mumoshu authored Aug 24, 2018
2 parents 013276f + 2398ad2 commit 96d0781
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

0 comments on commit 96d0781

Please sign in to comment.