diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-09-07 07:55:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-09-07 07:55:16 +0000 |
commit | 2f987f69b45998da0ff21fd7dc14d18206352507 (patch) | |
tree | 6e0a4a1674e42c0a6d3f8262c7fb25bbbe44cfb7 /kubernetes/common/elasticsearch/components/curator/hooks/job.install.yaml | |
parent | 27444aa8fabaecf121d1c6269e4b08fcffce6bcf (diff) | |
parent | c2a3686a6c057a1ebaf4e8562f780e49f57304cf (diff) |
Merge "[COMMON/elasticsearch] Avoid 'Warning: Merging destination map for chart'"
Diffstat (limited to 'kubernetes/common/elasticsearch/components/curator/hooks/job.install.yaml')
-rw-r--r-- | kubernetes/common/elasticsearch/components/curator/hooks/job.install.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/common/elasticsearch/components/curator/hooks/job.install.yaml b/kubernetes/common/elasticsearch/components/curator/hooks/job.install.yaml index 7e73420e13..9e826ae311 100644 --- a/kubernetes/common/elasticsearch/components/curator/hooks/job.install.yaml +++ b/kubernetes/common/elasticsearch/components/curator/hooks/job.install.yaml @@ -45,7 +45,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 |