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