Skip to content

Commit

Permalink
Allow checking pod resource usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mborsz authored Feb 3, 2021
1 parent d139636 commit 7329133
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions infra/gcp/namespaces/namespace-user-role.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ rules:
- apiGroups: ["networking.k8s.io"]
resources: ["networkpolicies"]
verbs: ["*"]
- apiGroups: ["metrics.k8s.io"]
resources: ["pods"]
verbs: ["*"]
- apiGroups: ["cert-manager.io"]
resources: ["certificates"]
verbs: ["*"]
Expand Down

0 comments on commit 7329133

Please sign in to comment.