Badges: set the fedora messaging conf path in the env

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-03-25 17:28:49 +01:00
parent 1d7d2f2bb4
commit 706d7257fc
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
2 changed files with 6 additions and 0 deletions

View file

@ -35,6 +35,9 @@ spec:
- name: keytab-volume
mountPath: /etc/keytabs
readOnly: true
env:
- name: FEDORA_MESSAGING_CONF
value: "/etc/badges/fm-fedbadges.toml"
volumes:
- name: etc-badges
configMap:

View file

@ -34,6 +34,9 @@ spec:
- name: keytab-volume
mountPath: /etc/keytabs
readOnly: true
env:
- name: FEDORA_MESSAGING_CONF
value: "/etc/badges/fm-fedbadges.toml"
volumes:
- name: etc-badges
configMap: