aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common/elasticsearch/templates/configmap-es.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/common/elasticsearch/templates/configmap-es.yaml')
-rw-r--r--kubernetes/common/elasticsearch/templates/configmap-es.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/kubernetes/common/elasticsearch/templates/configmap-es.yaml b/kubernetes/common/elasticsearch/templates/configmap-es.yaml
index 7138e4e094..d844d08240 100644
--- a/kubernetes/common/elasticsearch/templates/configmap-es.yaml
+++ b/kubernetes/common/elasticsearch/templates/configmap-es.yaml
@@ -13,10 +13,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.
*/}}
-{{- if .Values.config }}
apiVersion: v1
kind: ConfigMap
metadata: {{- include "common.resourceMetadata" . | nindent 2 }}
data:
+ {{- if .Values.config }}
elasticsearch.yml: |- {{- toYaml .Values.config | nindent 4 }}
-{{- end }}
+ {{- end }}
+ sysctl.conf: |- {{- toYaml .Values.sysctl_conf | nindent 4 }}