18 lines
		
	
	
	
		
			393 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			393 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
apiVersion: argoproj.io/v1alpha1
 | 
						|
kind: Application
 | 
						|
metadata:
 | 
						|
  name: cert-manager
 | 
						|
  namespace: argocd
 | 
						|
spec:
 | 
						|
  destination:
 | 
						|
    namespace: cert-manager
 | 
						|
    server: https://kubernetes.default.svc
 | 
						|
  project: infra
 | 
						|
  source:
 | 
						|
    chart: cert-manager
 | 
						|
    repoURL: https://charts.jetstack.io
 | 
						|
    targetRevision: v1.17.1
 | 
						|
    helm:
 | 
						|
      parameters:
 | 
						|
        - name: installCRDs
 | 
						|
          value: 'true'
 |