[bitnami/metrics-server] Fix RBAC

This commit is contained in:
juan131
2018-10-08 10:18:52 +02:00
parent 6f6443c48a
commit 35f4a3b23c
2 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
name: metrics-server
version: 2.0.4
version: 2.0.5
appVersion: 0.3.1
description: Metrics Server is a cluster-wide aggregator of resource usage data. Metrics Server collects metrics from the Summary API, exposed by Kubelet on each node.
keywords:

View File

@@ -19,4 +19,11 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- nodes/stats
verbs:
- get
- create
{{- end -}}