mirror of
				https://github.com/fluxcd/flux2.git
				synced 2025-11-04 11:56:11 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			210 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			210 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
apiVersion: source.toolkit.fluxcd.io/v1
 | 
						|
kind: GitRepository
 | 
						|
metadata:
 | 
						|
  name: podinfo
 | 
						|
  namespace: flux-system
 | 
						|
spec:
 | 
						|
  interval: 1m0s
 | 
						|
  ref:
 | 
						|
    semver: v1.01
 | 
						|
  url: https://github.com/stefanprodan/podinfo
 |