19 lines
		
	
	
		
			425 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
		
		
			
		
	
	
			19 lines
		
	
	
		
			425 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| 
								 | 
							
								apiVersion: argoproj.io/v1alpha1
							 | 
						||
| 
								 | 
							
								kind: Application
							 | 
						||
| 
								 | 
							
								metadata:
							 | 
						||
| 
								 | 
							
								  name: wizarr
							 | 
						||
| 
								 | 
							
								  namespace: argo-cd
							 | 
						||
| 
								 | 
							
								spec:
							 | 
						||
| 
								 | 
							
								  destination:
							 | 
						||
| 
								 | 
							
								    namespace: wizarr
							 | 
						||
| 
								 | 
							
								    server: https://kubernetes.default.svc
							 | 
						||
| 
								 | 
							
								  project: default
							 | 
						||
| 
								 | 
							
								  syncPolicy:
							 | 
						||
| 
								 | 
							
								    automated: {}
							 | 
						||
| 
								 | 
							
								    syncOptions:
							 | 
						||
| 
								 | 
							
								      - CreateNamespace=true
							 | 
						||
| 
								 | 
							
								  sources:
							 | 
						||
| 
								 | 
							
								  - repoURL: https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog
							 | 
						||
| 
								 | 
							
								    path: services/PVR/wizarr
							 | 
						||
| 
								 | 
							
								    targetRevision: HEAD
							 |