mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-30 21:30:16 +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
 |