Skip to content

Commit

Permalink
add write perms for cfg resources
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Mange <[email protected]>
  • Loading branch information
thibaultmg committed Nov 13, 2024
1 parent 0a94539 commit 6a789f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@
# Role for addon to perform prometheus specific actions
- apiGroups: ["monitoring.coreos.com"]
resources: ["prometheusagents", "scrapeconfigs", "prometheusrules"]
verbs: ["get", "list", "watch"]
verbs: ["get", "list", "watch", "create", "update", "delete"]

0 comments on commit 6a789f8

Please sign in to comment.