[COMMON] Update all ReadinessChecks
[oom.git] / kubernetes / cds / components / cds-blueprints-processor / templates / deployment.yaml
index a6e3a52..bc0f00c 100755 (executable)
@@ -36,8 +36,7 @@ spec:
   template:
     metadata: {{- include "common.templateMetadata" . | nindent 6 }}
     spec:
-      initContainers:
-      {{ include "common.readinessCheck.waitFor" . | nindent 6 }}
+      initContainers: {{ include "common.readinessCheck.waitFor" . | nindent 6 }}
       - command:
         - sh
         args:
@@ -188,5 +187,4 @@ spec:
         - name: processed-config
           emptyDir:
             medium: Memory
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}