Skip to content

Commit

Permalink
add services resource rule to agent cluster role for legacy CI quick …
Browse files Browse the repository at this point in the history
…start(#167)
  • Loading branch information
movence authored May 9, 2024
1 parent ea599c0 commit b102474
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ rules:
- apiGroups: [""]
resources: ["pods", "nodes", "endpoints"]
verbs: ["list", "watch"]
- apiGroups: [ "" ]
resources: [ "services" ]
verbs: [ "list", "watch" ]
- apiGroups: ["apps"]
resources: ["replicasets", "daemonsets", "deployments", "statefulsets"]
verbs: ["list", "watch"]
Expand Down

0 comments on commit b102474

Please sign in to comment.