Fix metrics-server rules (#6165)

This commit is contained in:
petruha
2020-05-28 12:18:02 +02:00
committed by GitHub
parent ab44beba17
commit f959cc296f

View File

@ -17,3 +17,12 @@ rules:
- get
- list
- watch
- apiGroups:
- "apps"
resources:
- deployments
verbs:
- get
- list
- update
- watch