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