[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / vfc / components / vfc-generic-vnfm-driver / templates / deployment.yaml
index 47a74b7..93d9257 100644 (file)
@@ -100,5 +100,4 @@ spec:
           configMap:
             name : {{ include "common.fullname" . }}-logging-configmap
         {{ include "common.log.volumes" (dict "dot" . "configMapNamePrefix" (tpl .Values.logConfigMapNamePrefix . )) | nindent 8 }}
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}