mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
Fix a variable prefix
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -16,7 +16,7 @@ spec:
|
||||
containers:
|
||||
- name: mirrormanager
|
||||
image: image-registry.openshift-image-registry.svc:5000/mirrormanager/mirrormanager2:latest
|
||||
command: ["/bin/bash", "-euxc", "{{command}}"]
|
||||
command: ["/bin/bash", "-euxc", "{{ job_command }}"]
|
||||
env:
|
||||
{{ common_env() }}
|
||||
volumeMounts:
|
||||
|
||||
Reference in New Issue
Block a user