[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / cps / components / cps-core / templates / deployment.yaml
index 8079e88..daf6fd3 100644 (file)
@@ -142,5 +142,4 @@ spec:
             medium: Memory
         - name: init-temp
           emptyDir: {}
-      imagePullSecrets:
-        - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}