[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / so / components / so-etsi-sol005-adapter / templates / deployment.yaml
index 3e63b45..28e8709 100755 (executable)
@@ -75,5 +75,4 @@ spec:
       - name: config
         configMap:
             name: {{ include "common.fullname" . }}-app-configmap
-      imagePullSecrets:
-        - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}