Skip to content

Commit

Permalink
Revert "Remove unused privileges for leases, ingress, and openshift r…
Browse files Browse the repository at this point in the history
…outes (#98)" (#99)

This reverts commit 4371d4a.
  • Loading branch information
mitali-salvi authored Sep 13, 2024
1 parent 4371d4a commit 8355723
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,13 @@ rules:
verbs: [ "get","patch","update" ]
- apiGroups: [ "cloudwatch.aws.amazon.com" ]
resources: [ "instrumentations" ]
verbs: [ "get","list","patch","update","watch" ]
verbs: [ "get","list","patch","update","watch" ]
- apiGroups: [ "coordination.k8s.io" ]
resources: [ "leases" ]
verbs: [ "create","get","list","update" ]
- apiGroups: [ "networking.k8s.io" ]
resources: [ "ingresses" ]
verbs: [ "create","delete","get","list","patch","update","watch" ]
- apiGroups: [ "route.openshift.io" ]
resources: [ "routes", "routes/custom-host" ]
verbs: [ "create","delete","get","list","patch","update","watch" ]

0 comments on commit 8355723

Please sign in to comment.