distgit-bz: adjust the configuration file and use it in the cron job
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
44d9e0856b
commit
53d4396031
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ spec:
|
|||
containers:
|
||||
- name: distgit-bugzilla-sync
|
||||
image: docker-registry.default.svc:5000/distgit-bugzilla-sync/mdapi:latest
|
||||
command: ["distgit-bugzilla-sync --verbose --no-user-notifications"]
|
||||
command: ["distgit-bugzilla-sync --verbose --no-user-notifications --add-config-file=/etc/distgit-bugzilla-sync/configuration.toml"]
|
||||
volumeMounts:
|
||||
- name: config-volume
|
||||
mountPath: /etc/distgit-bugzilla-sync
|
||||
|
|
|
@ -8,4 +8,4 @@ metadata:
|
|||
app: distgit-bugzilla-sync
|
||||
data:
|
||||
distgit-bugzilla-sync.cfg: |-
|
||||
{{ load_file('distgit-bugzilla-sync.cfg') | indent }}
|
||||
{{ load_file('configuration.toml') | indent }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue