[COMMON] Update all ReadinessChecks
[oom.git] / kubernetes / cds / components / cds-command-executor / templates / deployment.yaml
index fb728a3..7e659bc 100755 (executable)
@@ -27,8 +27,8 @@ spec:
       - command:
         - /app/ready.py
         args:
-        - --container-name
-        - cds-blueprints-processor
+        - --service-name
+        - cds-blueprints-processor-http
         env:
         - name: NAMESPACE
           valueFrom:
@@ -97,5 +97,4 @@ spec:
         {{- else }}
           emptyDir: {}
         {{- end }}
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}