docs: Running helmfile withought an internet connection by --skip-deps option (#659)
This commit is contained in:
		
							parent
							
								
									daa77b24c0
								
							
						
					
					
						commit
						5190d0b62b
					
				|  | @ -1427,9 +1427,8 @@ For your local use-case, aliasing it like `alias hi='helmfile --interactive'` wo | ||||||
| 
 | 
 | ||||||
| ## Running Helmfile without an Internet connection | ## Running Helmfile without an Internet connection | ||||||
| 
 | 
 | ||||||
| Once you download all required charts into your machine, you can run `helmfile charts` to deploy your apps. | Once you download all required charts into your machine, you can run `helmfile sync --skip-deps` to deploy your apps. | ||||||
| It basically run only `helm upgrade --install` with your already-downloaded charts, hence no Internet connection is required. | With the `--skip-deps` option, you can skip running "helm repo update" and "helm dependency build". | ||||||
| See #155 for more information on this topic. |  | ||||||
| 
 | 
 | ||||||
| ## Experimental Features | ## Experimental Features | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue