mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/metrics-server] bugfix for ClusterRole (#6744)
This commit is contained in:
committed by
k8s-ci-robot
parent
8a2824723d
commit
607a185692
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: 0.2.1
|
||||
description: Metrics Server is a cluster-wide aggregator of resource usage data.
|
||||
name: metrics-server
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
keywords:
|
||||
- metrics-server
|
||||
home: https://github.com/kubernetes-incubator/metrics-server
|
||||
|
||||
@@ -19,4 +19,11 @@ rules:
|
||||
- get
|
||||
- list
|
||||
- watch
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- nodes/stats
|
||||
verbs:
|
||||
- get
|
||||
- create
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user