From 80dbe7ae12eeec283dcc11b566edbfe7d5a4cdce Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Hernandez Date: Mon, 23 Dec 2019 11:17:09 +0000 Subject: [PATCH] [bitnami/elasticsearch] Add serviceaccount parameters in values-production.yaml (#1760) --- bitnami/elasticsearch/Chart.yaml | 2 +- bitnami/elasticsearch/values-production.yaml | 28 ++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/bitnami/elasticsearch/Chart.yaml b/bitnami/elasticsearch/Chart.yaml index 4e29537a2..d8dae966e 100644 --- a/bitnami/elasticsearch/Chart.yaml +++ b/bitnami/elasticsearch/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: elasticsearch -version: 10.2.0 +version: 10.2.1 appVersion: 7.5.1 description: A highly scalable open-source full-text search and analytics engine keywords: diff --git a/bitnami/elasticsearch/values-production.yaml b/bitnami/elasticsearch/values-production.yaml index ff64d9518..c2b9191c5 100644 --- a/bitnami/elasticsearch/values-production.yaml +++ b/bitnami/elasticsearch/values-production.yaml @@ -239,6 +239,14 @@ master: ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#internal-load-balancer ## # loadBalancerIP: + ## Provide functionality to use RBAC + ## + serviceAccount: + ## Specifies whether a ServiceAccount should be created for the master node + create: false + ## The name of the ServiceAccount to use. + ## If not set and create is true, a name is generated using the fullname template + name: ## Elasticsearch coordinating-only node parameters ## @@ -321,6 +329,16 @@ coordinating: ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#internal-load-balancer ## # loadBalancerIP: + ## Provide functionality to use RBAC + ## + serviceAccount: + ## Specifies whether a ServiceAccount should be created for the coordinating node + ## + create: false + ## The name of the ServiceAccount to use. + ## If not set and create is true, a name is generated using the fullname template + ## + name: ## Elasticsearch data node parameters ## @@ -413,6 +431,16 @@ data: ## Persistent Volume size ## size: 8Gi + ## Provide functionality to use RBAC + ## + serviceAccount: + ## Specifies whether a ServiceAccount should be created for the data node + ## + create: false + ## The name of the ServiceAccount to use. + ## If not set and create is true, a name is generated using the fullname template + ## + name: ## Elasticsearch ingest node parameters ##