[PLATFORM] Added imagePullSecrets to common template files
[oom.git] / kubernetes / platform / components / cmpv2-cert-provider / templates / deployment.yaml
index 3a99373..d4b0d0c 100644 (file)
@@ -33,6 +33,8 @@ spec:
       labels:
         control-plane: controller-manager
     spec:
+      imagePullSecrets:
+      - name: "{{ include "common.namespace" . }}-docker-registry-key"
       initContainers:
       {{ include "common.readinessCheck.waitFor" . | indent 6 | trim }}
       containers: