mirror of https://github.com/fluxcd/flux2.git
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			16 lines
		
	
	
		
			363 B
		
	
	
	
		
			YAML
		
	
			
		
		
	
	
			16 lines
		
	
	
		
			363 B
		
	
	
	
		
			YAML
		
	
apiVersion: rbac.authorization.k8s.io/v1
 | 
						|
kind: ClusterRoleBinding
 | 
						|
metadata:
 | 
						|
  name: cluster-reconciler
 | 
						|
roleRef:
 | 
						|
  apiGroup: rbac.authorization.k8s.io
 | 
						|
  kind: ClusterRole
 | 
						|
  name: cluster-admin
 | 
						|
subjects:
 | 
						|
  - kind: ServiceAccount
 | 
						|
    name: kustomize-controller
 | 
						|
    namespace: flux-system
 | 
						|
  - kind: ServiceAccount
 | 
						|
    name: helm-controller
 | 
						|
    namespace: flux-system
 |