Commit 7c1944a9 by Matthew Wong Committed by kmova

Change all clusterroles to have endpoints permissions and reduced events…

Change all clusterroles to have endpoints permissions and reduced events permissions, consolidate where possible (cherry picked from commit f46a12bccb3af6e2f4908332b2acad2963fc1ab0)
parent 125ed5e7
......@@ -14,4 +14,7 @@ rules:
verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources: ["events"]
verbs: ["list", "watch", "create", "update", "patch"]
verbs: ["create", "update", "patch"]
- apiGroups: [""]
resources: ["endpoints"]
verbs: ["get", "list", "watch", "create", "update", "patch"]
\ No newline at end of file
......@@ -14,4 +14,7 @@ rules:
verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources: ["events"]
verbs: ["list", "watch", "create", "update", "patch"]
verbs: ["create", "update", "patch"]
- apiGroups: [""]
resources: ["endpoints"]
verbs: ["get", "list", "watch", "create", "update", "patch"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment