[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / so / components / so-request-db-adapter / templates / deployment.yaml
index f6678a4..329d45e 100755 (executable)
@@ -66,5 +66,4 @@ spec:
       - name: config
         configMap:
           name: {{ include "common.fullname" . }}-app-configmap
-      imagePullSecrets:
-        - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}