Change all clusterroles to have endpoints permissions and reduced events permissions, consolidate where possible
This commit is contained in:
		
							parent
							
								
									2b11b498c5
								
							
						
					
					
						commit
						f46a12bccb
					
				|  | @ -14,4 +14,7 @@ rules: | ||||||
|     verbs: ["get", "list", "watch"] |     verbs: ["get", "list", "watch"] | ||||||
|   - apiGroups: [""] |   - apiGroups: [""] | ||||||
|     resources: ["events"] |     resources: ["events"] | ||||||
|     verbs: ["list", "watch", "create", "update", "patch"] |     verbs: ["create", "update", "patch"] | ||||||
|  |   - apiGroups: [""] | ||||||
|  |     resources: ["endpoints"] | ||||||
|  |     verbs: ["get", "list", "watch", "create", "update", "patch"] | ||||||
|  | @ -14,4 +14,7 @@ rules: | ||||||
|     verbs: ["get", "list", "watch"] |     verbs: ["get", "list", "watch"] | ||||||
|   - apiGroups: [""] |   - apiGroups: [""] | ||||||
|     resources: ["events"] |     resources: ["events"] | ||||||
|     verbs: ["list", "watch", "create", "update", "patch"] |     verbs: ["create", "update", "patch"] | ||||||
|  |   - apiGroups: [""] | ||||||
|  |     resources: ["endpoints"] | ||||||
|  |     verbs: ["get", "list", "watch", "create", "update", "patch"] | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue