doc: getting start adds repositories configuration
Signed-off-by: xiaomudk <xiaomudk@gmail.com>
This commit is contained in:
		
							parent
							
								
									93b1ac2b19
								
							
						
					
					
						commit
						cdea0ff080
					
				| 
						 | 
					@ -69,6 +69,10 @@ Let's start with a simple `helmfile` and gradually improve it to fit your use-ca
 | 
				
			||||||
Suppose the `helmfile.yaml` representing the desired state of your helm releases looks like:
 | 
					Suppose the `helmfile.yaml` representing the desired state of your helm releases looks like:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```yaml
 | 
					```yaml
 | 
				
			||||||
 | 
					repositories:
 | 
				
			||||||
 | 
					 - name: prometheus-community
 | 
				
			||||||
 | 
					   url: https://prometheus-community.github.io/helm-charts
 | 
				
			||||||
 | 
					
 | 
				
			||||||
releases:
 | 
					releases:
 | 
				
			||||||
- name: prom-norbac-ubuntu
 | 
					- name: prom-norbac-ubuntu
 | 
				
			||||||
  namespace: prometheus
 | 
					  namespace: prometheus
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue