Fix metrics-server rules (#6165)
This commit is contained in:
parent
ab44beba17
commit
f959cc296f
1 changed files with 9 additions and 0 deletions
|
@ -17,3 +17,12 @@ rules:
|
||||||
- get
|
- get
|
||||||
- list
|
- list
|
||||||
- watch
|
- watch
|
||||||
|
- apiGroups:
|
||||||
|
- "apps"
|
||||||
|
resources:
|
||||||
|
- deployments
|
||||||
|
verbs:
|
||||||
|
- get
|
||||||
|
- list
|
||||||
|
- update
|
||||||
|
- watch
|
||||||
|
|
Loading…
Reference in a new issue