mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-03 23:40:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			441 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			441 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
apiVersion: rbac.authorization.k8s.io/v1
 | 
						|
kind: RoleBinding
 | 
						|
metadata:
 | 
						|
  name: gce:podsecuritypolicy:elasticsearch-logging
 | 
						|
  namespace: kube-system
 | 
						|
  labels:
 | 
						|
    addonmanager.kubernetes.io/mode: Reconcile
 | 
						|
    kubernetes.io/cluster-service: "true"
 | 
						|
roleRef:
 | 
						|
  apiGroup: rbac.authorization.k8s.io
 | 
						|
  kind: ClusterRole
 | 
						|
  name: gce:podsecuritypolicy:privileged
 | 
						|
subjects:
 | 
						|
- kind: ServiceAccount
 | 
						|
  name: elasticsearch-logging
 | 
						|
  namespace: kube-system
 |