[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / so / components / so-cnfm-lcm / templates / deployment.yaml
index 2f035db..45572c9 100644 (file)
@@ -72,5 +72,4 @@ spec:
         - name: config
           configMap:
             name: {{ include "common.fullname" . }}-app-configmap
-      imagePullSecrets:
-          - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}