20 lines
		
	
	
		
			387 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			387 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| apiVersion: helm.toolkit.fluxcd.io/v2
 | |
| kind: HelmRelease
 | |
| metadata:
 | |
|   name: longhorn-release
 | |
| spec:
 | |
|   chart:
 | |
|     spec:
 | |
|       chart: longhorn
 | |
|       reconcileStrategy: ChartVersion
 | |
|       sourceRef:
 | |
|         kind: HelmRepository
 | |
|         name: longhorn-repo
 | |
|       version: 1.6.0
 | |
|   interval: 1m0s
 | |
|   targetNamespace: longhorn-system
 | |
|   values:
 | |
|     defaultSettings:
 | |
|       defaultReplicaCount: 2
 |