[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / so / components / so-admin-cockpit / templates / deployment.yaml
index f5fa5ce..372224c 100644 (file)
@@ -103,5 +103,4 @@ spec:
       - name: config
         configMap:
             name: {{ include "common.fullname" . }}-app
-      imagePullSecrets:
-        - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}