Skip to content

Commit

Permalink
fix: add services/status in the clusterrole (dask#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-jam authored Jan 23, 2023
1 parent e03bf1c commit 20745ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ rules:
verbs: ["*"]

- apiGroups: [""]
resources: [services]
resources: [services, services/status]
verbs: ["*"]

- apiGroups: ["", events.k8s.io]
Expand Down

0 comments on commit 20745ab

Please sign in to comment.