feat: add namespaces
This commit is contained in:
		
							parent
							
								
									ba94006a39
								
							
						
					
					
						commit
						a2a2fb6f8b
					
				
					 4 changed files with 30 additions and 0 deletions
				
			
		
							
								
								
									
										18
									
								
								_apps/namespaces.yml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								_apps/namespaces.yml
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,18 @@ | |||
| apiVersion: argoproj.io/v1alpha1 | ||||
| kind: Application | ||||
| metadata: | ||||
|   name: namespaces | ||||
|   namespace: argocd | ||||
| spec: | ||||
|   destination: | ||||
|     namespace: argocd | ||||
|     server: https://kubernetes.default.svc | ||||
|   project: kissj | ||||
|   source: | ||||
|     path: namespaces | ||||
|     repoURL: https://gitlab.mareshq.com/gitops/skautdevs/kissj.git | ||||
|     targetRevision: HEAD | ||||
|   syncPolicy: | ||||
|     automated: | ||||
|       prune: true | ||||
|       selfHeal: true | ||||
		Reference in a new issue