[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / cps / components / ncmp-dmi-plugin / templates / deployment.yaml
index 2d653a1..351f883 100644 (file)
@@ -119,5 +119,4 @@ spec:
             medium: Memory
         - name: init-temp
           emptyDir: {}
-      imagePullSecrets:
-        - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}