aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common/elasticsearch/components/curator/templates
diff options
context:
space:
mode:
authorAlexander Dehn <alexander.dehn@highstreet-technologies.com>2020-09-02 11:48:20 +0000
committerAlexander Dehn <alexander.dehn@highstreet-technologies.com>2020-09-02 11:48:20 +0000
commitc2a3686a6c057a1ebaf4e8562f780e49f57304cf (patch)
tree307bb5ace7878642eab437324ec51a119ee7b3ad /kubernetes/common/elasticsearch/components/curator/templates
parentd56af0efca443e5aa285c4d493db4160c96fd0fb (diff)
[COMMON/elasticsearch] Avoid 'Warning: Merging destination map for chart'
restructure values for docker image name:tag Issue-ID: OOM-2533 Signed-off-by: Alexander Dehn <alexander.dehn@highstreet-technologies.com> Change-Id: I7c02fe543b4f96871c3ade80c7b51c68627cb269
Diffstat (limited to 'kubernetes/common/elasticsearch/components/curator/templates')
-rw-r--r--kubernetes/common/elasticsearch/components/curator/templates/cronjob.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/common/elasticsearch/components/curator/templates/cronjob.yaml b/kubernetes/common/elasticsearch/components/curator/templates/cronjob.yaml
index 901c0a5c06..ea769d1291 100644
--- a/kubernetes/common/elasticsearch/components/curator/templates/cronjob.yaml
+++ b/kubernetes/common/elasticsearch/components/curator/templates/cronjob.yaml
@@ -74,7 +74,7 @@ spec:
{{- end }}
containers:
- name: {{ template "common.fullname" . }}-curator
- image: {{printf "%s/%s:%s" (include "common.repository" .) .Values.image.imageName .Values.image.tag }}
+ image: {{printf "%s/%s" (include "common.repository" .) .Values.image }}
imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
volumeMounts:
- name: config-volume