mirror of
https://github.com/bitnami/charts.git
synced 2026-03-09 15:38:00 +08:00
[bitnami/metrics-server] Enable RBAC by default
Signed-off-by: juan131 <juan@bitnami.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: metrics-server
|
||||
version: 4.0.0
|
||||
version: 4.0.1
|
||||
appVersion: 0.3.6
|
||||
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:
|
||||
|
||||
@@ -40,7 +40,7 @@ image:
|
||||
rbac:
|
||||
## Specifies whether RBAC rules should be created
|
||||
##
|
||||
create: false
|
||||
create: true
|
||||
|
||||
## Pods Service Account
|
||||
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
|
||||
@@ -48,7 +48,7 @@ rbac:
|
||||
serviceAccount:
|
||||
## Specifies whether a ServiceAccount should be created
|
||||
##
|
||||
create: false
|
||||
create: true
|
||||
## The name of the ServiceAccount to use.
|
||||
## If not set and create is true, a name is generated using the metrics-server.fullname template
|
||||
# name:
|
||||
|
||||
Reference in New Issue
Block a user