forked from infra/ansible
Poetry is not inside the image
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
6aef344777
commit
76cc776377
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue