diff options
author | 2020-11-25 10:03:04 +0000 | |
---|---|---|
committer | 2020-11-25 10:03:04 +0000 | |
commit | bb94eeb16fde2effe5bad933d9638b3025c35fe1 (patch) | |
tree | 769aa8cf863091b5e076317888eba49c9ef47b04 /kubernetes/common/elasticsearch/components/curator/templates | |
parent | e3f62633f08855e77f8666bda7710f90790f8cac (diff) | |
parent | 829344b4148924c574ab282b8e01c9ac530e71e2 (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.yaml | 2 |
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 |