50 lines
		
	
	
		
			1005 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			1005 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| apiVersion: argoproj.io/v1alpha1
 | |
| kind: AppProject
 | |
| metadata:
 | |
|   name: core
 | |
|   namespace: argocd
 | |
| spec:
 | |
|   clusterResourceWhitelist:
 | |
|   - group: '*'
 | |
|     kind: '*'
 | |
|   description: Hexor Home Lab Core
 | |
|   destinations:
 | |
|   - namespace: '*'
 | |
|     server: https://kubernetes.default.svc
 | |
|   sourceRepos:
 | |
|   - ssh://git@gt.hexor.cy:30022/ab/homelab.git
 | |
| 
 | |
| ---
 | |
| apiVersion: argoproj.io/v1alpha1
 | |
| kind: AppProject
 | |
| metadata:
 | |
|   name: apps
 | |
|   namespace: argocd
 | |
| spec:
 | |
|   clusterResourceWhitelist:
 | |
|   - group: '*'
 | |
|     kind: '*'
 | |
|   description: Hexor Home Lab Apps
 | |
|   destinations:
 | |
|   - namespace: '*'
 | |
|     server: https://kubernetes.default.svc
 | |
|   sourceRepos:
 | |
|   - ssh://git@gt.hexor.cy:30022/ab/homelab.git
 | |
| 
 | |
| ---
 | |
| apiVersion: argoproj.io/v1alpha1
 | |
| kind: AppProject
 | |
| metadata:
 | |
|   name: games
 | |
|   namespace: argocd
 | |
| spec:
 | |
|   clusterResourceWhitelist:
 | |
|   - group: '*'
 | |
|     kind: '*'
 | |
|   description: Hexor Home Lab Games
 | |
|   destinations:
 | |
|   - namespace: '*'
 | |
|     server: https://kubernetes.default.svc
 | |
|   sourceRepos:
 | |
|   - ssh://git@gt.hexor.cy:30022/ab/homelab.git
 |