aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common/elasticsearch/components/curator/templates
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-11-25 10:03:04 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-25 10:03:04 +0000
commitbb94eeb16fde2effe5bad933d9638b3025c35fe1 (patch)
tree769aa8cf863091b5e076317888eba49c9ef47b04 /kubernetes/common/elasticsearch/components/curator/templates
parente3f62633f08855e77f8666bda7710f90790f8cac (diff)
parent829344b4148924c574ab282b8e01c9ac530e71e2 (diff)
Merge "[COMMON][ELASTIC] Uses new tpls for repos / images"
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 b9e2c05d1a..ff63cf00b1 100644
--- a/kubernetes/common/elasticsearch/components/curator/templates/cronjob.yaml
+++ b/kubernetes/common/elasticsearch/components/curator/templates/cronjob.yaml
@@ -76,7 +76,7 @@ spec:
{{- end }}
containers:
- name: {{ template "common.fullname" . }}-curator
- image: {{printf "%s/%s" (include "common.repository" .) .Values.image }}
+ image: {{printf "%s/%s" (include "repositoryGenerator.repository" .) .Values.image }}
imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
volumeMounts:
- name: config-volume