Skip to content

Commit

Permalink
accounting-exporter now also needs permissions to read PVCs. (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 authored Feb 11, 2021
1 parent 45e4469 commit 944bab8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ rules:
resources:
- pods
- persistentvolumes
- persistentvolumeclaims
verbs:
- get
- list
Expand Down

0 comments on commit 944bab8

Please sign in to comment.