Argo app of apps
This commit is contained in:
		@@ -79,3 +79,19 @@ spec:
 | 
			
		||||
          name: httpbin
 | 
			
		||||
          ports:
 | 
			
		||||
            - containerPort: 8000
 | 
			
		||||
 | 
			
		||||
---
 | 
			
		||||
apiVersion: argoproj.io/v1alpha1
 | 
			
		||||
kind: Application
 | 
			
		||||
metadata:
 | 
			
		||||
  name: ubuntu
 | 
			
		||||
  namespace: argo-system
 | 
			
		||||
spec:
 | 
			
		||||
  project: default
 | 
			
		||||
  source:
 | 
			
		||||
    repoURL: git@git.badhouseplants.net:badhouseplants/k8s-cluster-config.git
 | 
			
		||||
    targetRevision: try-argo-and-flux
 | 
			
		||||
    path: manifests/debug/ubuntu
 | 
			
		||||
  destination:
 | 
			
		||||
    server: https://kubernetes.default.svc
 | 
			
		||||
    namespace: default
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user