[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / so / components / so-sdnc-adapter / templates / deployment.yaml
index 141b5ab..e298069 100755 (executable)
@@ -78,5 +78,4 @@ spec:
       {{ include "common.log.volumes" (dict "dot" . "configMapNamePrefix" (tpl .Values.logConfigMapNamePrefix .)) | nindent 6 }}
       - name:  {{ include "common.fullname" . }}-logs
         emptyDir: {}
-      imagePullSecrets:
-        - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}