Update README.md
This commit is contained in:
		
							parent
							
								
									b3f4586ed8
								
							
						
					
					
						commit
						e1c04971c1
					
				
							
								
								
									
										22
									
								
								README.md
								
								
								
								
							
							
						
						
									
										22
									
								
								README.md
								
								
								
								
							|  | @ -35,12 +35,22 @@ The default helmfile is `helmfile.yaml`: | ||||||
| # Use `helm-s3` and `helm-git` and whatever Helm Downloader plugins | # Use `helm-s3` and `helm-git` and whatever Helm Downloader plugins | ||||||
| # to use repositories other than the official repository or one backend by chartmuseum. | # to use repositories other than the official repository or one backend by chartmuseum. | ||||||
| repositories: | repositories: | ||||||
|   - name: roboll | # To use official "stable" charts a.k.a https://github.com/helm/charts/tree/master/stable | ||||||
|     url: http://roboll.io/charts | - name: stable | ||||||
|     certFile: optional_client_cert |   url: https://kubernetes-charts.storage.googleapis.com | ||||||
|     keyFile: optional_client_key | # To use official "incubator" charts a.k.a https://github.com/helm/charts/tree/master/incubator | ||||||
|     username: optional_username | - name: incubator | ||||||
|     password: optional_password |   url: https://kubernetes-charts-incubator.storage.googleapis.com | ||||||
|  | # helm-git powered repository: You can treat any Git repository as a charts repository | ||||||
|  | - name: polaris | ||||||
|  |   url: git+https://github.com/reactiveops/polaris@deploy/helm?ref=master | ||||||
|  | # Advanced configuration: You can setup basic or tls auth | ||||||
|  | - name: roboll | ||||||
|  |   url: http://roboll.io/charts | ||||||
|  |   certFile: optional_client_cert | ||||||
|  |   keyFile: optional_client_key | ||||||
|  |   username: optional_username | ||||||
|  |   password: optional_password | ||||||
| 
 | 
 | ||||||
| # context: kube-context # this directive is deprecated, please consider using helmDefaults.kubeContext | # context: kube-context # this directive is deprecated, please consider using helmDefaults.kubeContext | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue