Blockerbugs: one more try at cron
This commit is contained in:
parent
9cf696468e
commit
ffe2fb3014
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue