Attempting to workaround the image definition to reference the cluster-build image in the projects image-stream
This commit is contained in:
parent
163cbc5e9b
commit
b318b39c27
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: fedocal-cron
|
- name: fedocal-cron
|
||||||
image: fedocal:latest
|
image: docker-registry.default.svc:5000/fedocal/fedocal:latest
|
||||||
command: ["python3"]
|
command: ["python3"]
|
||||||
args: ["/usr/bin/fedocal_cron.py"]
|
args: ["/usr/bin/fedocal_cron.py"]
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue