From ffe2fb30142596c549a8507ae0cb7c7ffd4338b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Zatloukal?= Date: Thu, 3 Feb 2022 16:55:00 +0100 Subject: [PATCH] Blockerbugs: one more try at cron --- roles/openshift-apps/blockerbugs/templates/cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/blockerbugs/templates/cron.yml b/roles/openshift-apps/blockerbugs/templates/cron.yml index 04ee9c6ef5..b14e072bfc 100644 --- a/roles/openshift-apps/blockerbugs/templates/cron.yml +++ b/roles/openshift-apps/blockerbugs/templates/cron.yml @@ -18,7 +18,6 @@ spec: containers: - name: blockerbugs-sync image: image-registry.openshift-image-registry.svc:5000/blockerbugs/blockerbugs:latest - command: ["python", "/opt/app-root/src/blockerbugs/cli.py", "sync"] env: - name: POSTGRESQL_USER value: "blockerbugs" @@ -67,6 +66,7 @@ spec: - name: blockerbugs-secret-volume mountPath: /opt/app-root/secret/ readOnly: true + command: ["python", "/opt/app-root/src/blockerbugs/cli.py", "sync"] volumes: - name: blockerbugs-secret-volume secret: