[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / vfc / components / vfc-huawei-vnfm-driver / templates / deployment.yaml
index a6da5e3..2defebb 100644 (file)
@@ -103,5 +103,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 }}