Skip to content

Commit

Permalink
chore(metrics-operator): restrict custom metrics ClusterRole proviledges
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed May 2, 2023
1 parent ba7b679 commit 858ee76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics-operator/config/metrics/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ rules:
- apiGroups:
- custom.metrics.k8s.io
resources: ["*"]
verbs: ["*"]
verbs: ["get", "list", "watch"]

0 comments on commit 858ee76

Please sign in to comment.