The clean packagers groups toddler needs a different keytab
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
097b8f9214
commit
938471e9f1
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ spec:
|
||||||
- name: FEDORA_MESSAGING_CONF
|
- name: FEDORA_MESSAGING_CONF
|
||||||
value: /etc/fedora-messaging/{{ toddler.name }}.toml
|
value: /etc/fedora-messaging/{{ toddler.name }}.toml
|
||||||
{{ common_env() }}
|
{{ common_env() }}
|
||||||
|
{% if toddler.name == "clean-packagers-groups" %}
|
||||||
|
- name: KRB5_CLIENT_KTNAME
|
||||||
|
value: /etc/sync-group-keytabs/sync-group.keytab
|
||||||
|
{%- endif %}
|
||||||
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
{{ common_volume_mounts() }}
|
{{ common_volume_mounts() }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue