1
0
Fork 0
forked from infra/ansible

Adjust path and name

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2026-06-27 00:21:17 +02:00
commit 6aef344777
Signed by untrusted user: abompard
GPG key ID: 31584CFEB9BF64AD
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ spec:
name: configs
- name: secrets
secret:
secretName: secrets
secretName: jira-sync
- name: fedora-messaging-ca
secret:
secretName: fedora-messaging-ca

View file

@ -32,5 +32,5 @@ exchange = "amq.topic"
routing_keys = ["org.fedoraproject.prod.bugzilla.bug.update"]
[consumer_config]
config_file = "config.toml"
config_file = "/etc/jira-sync/config.toml"
run_mode = "READ_ONLY"