summaryrefslogtreecommitdiffstats
path: root/kubernetes/common/elasticsearch/templates/coordinating-deploy.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-09-07 07:55:16 +0000
committerGerrit Code Review <gerrit@onap.org>2020-09-07 07:55:16 +0000
commit2f987f69b45998da0ff21fd7dc14d18206352507 (patch)
tree6e0a4a1674e42c0a6d3f8262c7fb25bbbe44cfb7 /kubernetes/common/elasticsearch/templates/coordinating-deploy.yaml
parent27444aa8fabaecf121d1c6269e4b08fcffce6bcf (diff)
parentc2a3686a6c057a1ebaf4e8562f780e49f57304cf (diff)
Merge "[COMMON/elasticsearch] Avoid 'Warning: Merging destination map for chart'"
Diffstat (limited to 'kubernetes/common/elasticsearch/templates/coordinating-deploy.yaml')
-rw-r--r--kubernetes/common/elasticsearch/templates/coordinating-deploy.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/common/elasticsearch/templates/coordinating-deploy.yaml b/kubernetes/common/elasticsearch/templates/coordinating-deploy.yaml
index 1ab5b59855..8ec38626e6 100644
--- a/kubernetes/common/elasticsearch/templates/coordinating-deploy.yaml
+++ b/kubernetes/common/elasticsearch/templates/coordinating-deploy.yaml
@@ -85,7 +85,7 @@ spec:
{{- include "common.certInitializer.volumeMount" . | nindent 10 }}
- name: {{ include "common.name" . }}-elasticsearch
- image: {{ printf "%s/%s:%s" (include "common.repository" .) .Values.image.imageName .Values.image.tag }}
+ image: {{ printf "%s/%s" (include "common.repository" .) .Values.image }}
{{- if .Values.securityContext.enabled }}
imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
securityContext:
@@ -93,7 +93,7 @@ spec:
{{- end }}
env:
- name: BITNAMI_DEBUG
- value: {{ ternary "true" "false" .Values.image.debug | quote }}
+ value: {{ ternary "true" "false" .Values.debug | quote }}
- name: ELASTICSEARCH_CLUSTER_NAME
value: {{ include "elasticsearch.clustername" .}}
- name: ELASTICSEARCH_CLUSTER_HOSTS