20 lines
		
	
	
	
		
			470 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			470 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| apiVersion: argoproj.io/v1alpha1
 | |
| kind: Application
 | |
| metadata:
 | |
|   name: system-upgrade-controller
 | |
|   namespace: argocd
 | |
| spec:
 | |
|   destination:
 | |
|     namespace: system-upgrade
 | |
|     server: https://kubernetes.default.svc
 | |
|   project: default
 | |
|   source:
 | |
|     path: manifests
 | |
|     repoURL: https://github.com/rancher/system-upgrade-controller.git
 | |
|     targetRevision: v0.10.0
 | |
|   syncPolicy:
 | |
|     automated:
 | |
|       prune: true
 | |
|       selfHeal: true
 | |
|     syncOptions:
 | |
|       - CreateNamespace=true
 |