19 lines
		
	
	
		
			425 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			425 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
apiVersion: argoproj.io/v1alpha1
 | 
						|
kind: Application
 | 
						|
metadata:
 | 
						|
  name: sonarr
 | 
						|
  namespace: argo-cd
 | 
						|
spec:
 | 
						|
  destination:
 | 
						|
    namespace: sonarr
 | 
						|
    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/Sonarr
 | 
						|
    targetRevision: HEAD
 |