mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-20 10:35:57 +10:00
[bitnami/elasticsearch] Fix custom config file is not applied
This commit is contained in:
@@ -106,7 +106,7 @@ spec:
|
||||
resources:
|
||||
{{ toYaml .Values.coordinating.resources | indent 10 }}
|
||||
volumeMounts:
|
||||
- mountPath: /bitnami/elasticsearch/conf/elasticsearch_custom.yml
|
||||
- mountPath: /opt/bitnami/elasticsearch/config/elasticsearch_custom.yml
|
||||
name: "config"
|
||||
subPath: elasticsearch_custom.yml
|
||||
- name: "data"
|
||||
|
||||
@@ -106,7 +106,7 @@ spec:
|
||||
resources:
|
||||
{{ toYaml .Values.data.resources | indent 10 }}
|
||||
volumeMounts:
|
||||
- mountPath: /bitnami/elasticsearch/conf/elasticsearch_custom.yml
|
||||
- mountPath: /opt/bitnami/elasticsearch/config/elasticsearch_custom.yml
|
||||
name: "config"
|
||||
subPath: elasticsearch_custom.yml
|
||||
- name: "data"
|
||||
|
||||
@@ -107,7 +107,7 @@ spec:
|
||||
resources:
|
||||
{{ toYaml .Values.ingest.resources | indent 10 }}
|
||||
volumeMounts:
|
||||
- mountPath: /bitnami/elasticsearch/conf/elasticsearch_custom.yml
|
||||
- mountPath: /opt/bitnami/elasticsearch/config/elasticsearch_custom.yml
|
||||
name: "config"
|
||||
subPath: elasticsearch_custom.yml
|
||||
- name: "data"
|
||||
|
||||
@@ -105,7 +105,7 @@ spec:
|
||||
resources:
|
||||
{{ toYaml .Values.master.resources | indent 10 }}
|
||||
volumeMounts:
|
||||
- mountPath: /bitnami/elasticsearch/conf/elasticsearch_custom.yml
|
||||
- mountPath: /opt/bitnami/elasticsearch/config/elasticsearch_custom.yml
|
||||
name: "config"
|
||||
subPath: elasticsearch_custom.yml
|
||||
- name: "data"
|
||||
|
||||
Reference in New Issue
Block a user