X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=blobdiff_plain;f=kubernetes%2Fvfc%2Fcomponents%2Fvfc-redis%2Ftemplates%2Fdeployment.yaml;fp=kubernetes%2Fvfc%2Fcomponents%2Fvfc-redis%2Ftemplates%2Fdeployment.yaml;h=02fc994599e559a49fc4d274432187af136a4325;hp=2739bd62bce794dc20ad5a049a168801574f379d;hb=bd0d31acc349a67c01de0595d152b8448b5311d1;hpb=5fa1a05b3142c1f70757d5ce5b4519e574f6f5b2 diff --git a/kubernetes/vfc/components/vfc-redis/templates/deployment.yaml b/kubernetes/vfc/components/vfc-redis/templates/deployment.yaml index 2739bd62bc..02fc994599 100644 --- a/kubernetes/vfc/components/vfc-redis/templates/deployment.yaml +++ b/kubernetes/vfc/components/vfc-redis/templates/deployment.yaml @@ -64,5 +64,4 @@ spec: affinity: {{ toYaml .Values.affinity | indent 10 }} {{- end }} - imagePullSecrets: - - name: "{{ include "common.namespace" . }}-docker-registry-key" + {{- include "common.imagePullSecrets" . | nindent 6 }}