X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcli%2Ftemplates%2Fdeployment.yaml;h=9f8d71c332bc7190ab8bbc152de03a4f1aafafd6;hb=bd0d31acc349a67c01de0595d152b8448b5311d1;hp=e28fb459ace446459098b1f44e61be388f78ea38;hpb=5fa1a05b3142c1f70757d5ce5b4519e574f6f5b2;p=oom.git diff --git a/kubernetes/cli/templates/deployment.yaml b/kubernetes/cli/templates/deployment.yaml index e28fb459ac..9f8d71c332 100644 --- a/kubernetes/cli/templates/deployment.yaml +++ b/kubernetes/cli/templates/deployment.yaml @@ -64,5 +64,4 @@ spec: - name: lighttpd configMap: name: {{ include "common.fullname" . }} - imagePullSecrets: - - name: "{{ include "common.namespace" . }}-docker-registry-key" + {{- include "common.imagePullSecrets" . | nindent 6 }}