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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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