12 lines
		
	
	
		
			282 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			282 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
apiVersion: v1
 | 
						|
kind: ConfigMap
 | 
						|
metadata:
 | 
						|
  name: argocd-cm
 | 
						|
data:
 | 
						|
  # enable helm when using kustomize
 | 
						|
  kustomize.buildOptions: --enable-helm
 | 
						|
  # disable admin user - use oidc
 | 
						|
  admin.enabled: "false"
 | 
						|
  # show neat status badges in the UI or as embeds
 | 
						|
  statusbadge.enabled: "true"
 |