1
0
Fork 0
forked from infra/ansible

Poetry is not inside the image

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2026-06-27 00:29:32 +02:00
commit 76cc776377
Signed by untrusted user: abompard
GPG key ID: 31584CFEB9BF64AD
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ spec:
containers:
- name: app
image: image-registry.openshift-image-registry.svc:5000/jira-sync/jira_sync:latest
command: ["poetry", "run", "jira_sync", "sync-tickets", "--config", "/etc/jira-sync/config.toml"]
command: ["jira_sync", "sync-tickets", "--config", "/etc/jira-sync/config.toml"]
volumeMounts:
- name: config-volume
mountPath: /etc/jira-sync

View file

@ -25,7 +25,7 @@ spec:
- name: app
image: image-registry.openshift-image-registry.svc:5000/jira-sync/jira_sync:latest
imagePullPolicy: Always
command: ["poetry", "run", "fedora-messaging", "--conf", "/etc/jira-sync/fedora-messaging.toml"]
command: ["fedora-messaging", "--conf", "/etc/jira-sync/fedora-messaging.toml"]
volumeMounts:
- name: config
mountPath: /etc/jira-sync