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.
		
		
		
		
		
			
		
			
				
	
	
		
			35 lines
		
	
	
		
			652 B
		
	
	
	
		
			YAML
		
	
			
		
		
	
	
			35 lines
		
	
	
		
			652 B
		
	
	
	
		
			YAML
		
	
---
 | 
						|
apiVersion: v1
 | 
						|
kind: Namespace
 | 
						|
metadata:
 | 
						|
  labels:
 | 
						|
    toolkit.fluxcd.io/tenant: dev-team
 | 
						|
  name: apps
 | 
						|
---
 | 
						|
apiVersion: v1
 | 
						|
kind: ServiceAccount
 | 
						|
metadata:
 | 
						|
  labels:
 | 
						|
    toolkit.fluxcd.io/tenant: dev-team
 | 
						|
  name: flux-tenant
 | 
						|
  namespace: apps
 | 
						|
---
 | 
						|
apiVersion: rbac.authorization.k8s.io/v1
 | 
						|
kind: RoleBinding
 | 
						|
metadata:
 | 
						|
  labels:
 | 
						|
    toolkit.fluxcd.io/tenant: dev-team
 | 
						|
  name: dev-team-reconciler
 | 
						|
  namespace: apps
 | 
						|
roleRef:
 | 
						|
  apiGroup: rbac.authorization.k8s.io
 | 
						|
  kind: ClusterRole
 | 
						|
  name: cluster-admin
 | 
						|
subjects:
 | 
						|
- apiGroup: rbac.authorization.k8s.io
 | 
						|
  kind: User
 | 
						|
  name: gotk:apps:reconciler
 | 
						|
- kind: ServiceAccount
 | 
						|
  name: flux-tenant
 | 
						|
  namespace: apps
 |