[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / vfc / components / vfc-vnfres / templates / deployment.yaml
index ae9656a..93d9196 100644 (file)
@@ -137,5 +137,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 }}