mirror of
				https://github.com/fluxcd/flux2.git
				synced 2025-10-31 08:17:19 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			213 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			213 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| apiVersion: source.toolkit.fluxcd.io/v1
 | |
| kind: GitRepository
 | |
| metadata:
 | |
|   name: podinfo
 | |
|   namespace: flux-system
 | |
| spec:
 | |
|   interval: 1m0s
 | |
|   ref:
 | |
|     commit: c88a2f41
 | |
|   url: https://github.com/stefanprodan/podinfo
 | 
