20 lines
		
	
	
		
			396 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			396 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
apiVersion: argoproj.io/v1alpha1
 | 
						|
kind: Application
 | 
						|
metadata:
 | 
						|
  name: rss-application
 | 
						|
  namespace: argocd
 | 
						|
 | 
						|
spec:
 | 
						|
  project: apps
 | 
						|
  source:
 | 
						|
    repoURL: ssh://git@git.kluster.moll.re:2222/remoll/k3s-infra.git
 | 
						|
    targetRevision: main
 | 
						|
    path: apps/rss
 | 
						|
  destination:
 | 
						|
    server: https://kubernetes.default.svc
 | 
						|
    namespace: rss
 | 
						|
  syncPolicy:
 | 
						|
    automated:
 | 
						|
      prune: true
 | 
						|
      selfHeal: true
 |