X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcommon%2Fetcd-init%2Ftemplates%2Fjob.yaml;h=f77a8ec8ba38155bb3284657db6fc8be961afe4f;hb=6d5a8690d675f65a8ec38b2c03f6fde2c2d2d9b8;hp=55526a34a19b56537d1f74568b5a75ed83c95312;hpb=d518f733756ef9d9b1b7015d509906152d6a1288;p=oom.git diff --git a/kubernetes/common/etcd-init/templates/job.yaml b/kubernetes/common/etcd-init/templates/job.yaml index 55526a34a1..f77a8ec8ba 100644 --- a/kubernetes/common/etcd-init/templates/job.yaml +++ b/kubernetes/common/etcd-init/templates/job.yaml @@ -117,5 +117,4 @@ spec: hostPath: path: /etc/localtime restartPolicy: Never - imagePullSecrets: - - name: "{{ include "common.namespace" . }}-docker-registry-key" + {{- include "common.imagePullSecrets" . | nindent 6 }}