Browse Source

Fix metrics-server rules (#6165)

pull/6208/head
petruha 4 years ago
committed by GitHub
parent
commit
f959cc296f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions
  1. 9
      roles/kubernetes-apps/metrics_server/templates/resource-reader.yaml.j2

9
roles/kubernetes-apps/metrics_server/templates/resource-reader.yaml.j2

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