[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / so / components / so-nssmf-adapter / templates / deployment.yaml
index 32a9eff..5aea302 100755 (executable)
@@ -91,5 +91,4 @@ spec:
         - name: config
           configMap:
             name: {{ include "common.fullname" . }}
-      imagePullSecrets:
-        - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}