[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / so / components / so-cnf-adapter / templates / deployment.yaml
index 50a15e5..d8670f1 100755 (executable)
@@ -100,5 +100,4 @@ spec:
         - name: encoder
           emptyDir:
             medium: Memory
-      imagePullSecrets:
-        - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}