forked from k-space/kube
		
	argo: secret-claim-operator to git
This commit is contained in:
		
							
								
								
									
										20
									
								
								argocd/applications/secret-claim-operator.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								argocd/applications/secret-claim-operator.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,20 @@
 | 
			
		||||
---
 | 
			
		||||
apiVersion: argoproj.io/v1alpha1
 | 
			
		||||
kind: Application
 | 
			
		||||
metadata:
 | 
			
		||||
  name: secret-claim-operator
 | 
			
		||||
  namespace: argocd
 | 
			
		||||
spec:
 | 
			
		||||
  project: k-space.ee
 | 
			
		||||
  source:
 | 
			
		||||
    repoURL: https://github.com/codemowers/operatorlib
 | 
			
		||||
    path: samples/secret-claim-operator
 | 
			
		||||
    targetRevision: HEAD
 | 
			
		||||
  destination:
 | 
			
		||||
    server: 'https://kubernetes.default.svc'
 | 
			
		||||
    namespace: secret-claim-operator
 | 
			
		||||
  syncPolicy:
 | 
			
		||||
    automated:
 | 
			
		||||
      prune: true
 | 
			
		||||
    syncOptions:
 | 
			
		||||
      - CreateNamespace=true
 | 
			
		||||
		Reference in New Issue
	
	Block a user