[bitnami/metrics-server] Enable RBAC by default

Signed-off-by: juan131 <juan@bitnami.com>
This commit is contained in:
juan131
2019-11-22 12:07:36 +01:00
parent 45908bb588
commit 67d03efc0a
2 changed files with 3 additions and 3 deletions

View File

@@ -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:

View File

@@ -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: