chore(admin-rbac): Adding networking policies permissions for the network partition experiment (#3313)
Signed-off-by: shubham chaudhary <shubham@chaosnative.com>
This commit is contained in:
		
							parent
							
								
									5894e03a1e
								
							
						
					
					
						commit
						9140813069
					
				| 
						 | 
					@ -103,6 +103,11 @@ rules:
 | 
				
			||||||
  resources: ["rollouts"]
 | 
					  resources: ["rollouts"]
 | 
				
			||||||
  verbs: ["list","get"]
 | 
					  verbs: ["list","get"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  # performs CRUD operations on the network policies
 | 
				
			||||||
 | 
					- apiGroups: ["networking.k8s.io"]
 | 
				
			||||||
 | 
					  resources: ["networkpolicies"]
 | 
				
			||||||
 | 
					  verbs: ["create","delete","list","get"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # for creation, status polling and deletion of litmus chaos resources used within a chaos workflow
 | 
					  # for creation, status polling and deletion of litmus chaos resources used within a chaos workflow
 | 
				
			||||||
- apiGroups: ["litmuschaos.io"]
 | 
					- apiGroups: ["litmuschaos.io"]
 | 
				
			||||||
  resources: ["chaosengines","chaosexperiments","chaosresults"]
 | 
					  resources: ["chaosengines","chaosexperiments","chaosresults"]
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue