21 lines
		
	
	
		
			545 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			545 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
apiVersion: kustomize.config.k8s.io/v1beta1
 | 
						|
kind: Kustomization
 | 
						|
 | 
						|
namespace: argocd
 | 
						|
resources:
 | 
						|
  - namespace.yaml
 | 
						|
  - https://github.com/argoproj/argo-cd//manifests/cluster-install?timeout=120&ref=v3.1.9
 | 
						|
  - ingress.yaml
 | 
						|
  - argo-apps.application.yaml
 | 
						|
  - bootstrap-repo.sealedsecret.yaml
 | 
						|
  - argocd-oauth.sealedsecret.yaml
 | 
						|
  - servicemonitor.yaml
 | 
						|
 | 
						|
 | 
						|
patches:
 | 
						|
  - path: argocd.configmap.yaml
 | 
						|
  - path: known-hosts.configmap.yaml
 | 
						|
  - path: argocd-oauth.configmap.yaml
 | 
						|
  - path: argocd-rbac.configmap.yaml
 | 
						|
  - path: argocd-cmd-params.configmap.yaml
 |