1
0
Fork 0
forked from infra/ansible

poddlers: ok, try this for template expansion

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2026-04-30 12:07:37 -07:00
commit 321968f756

View file

@ -36,16 +36,16 @@ spec:
{{ common_env() }}
volumeMounts:
{{ common_volume_mounts() }}
{%- if toddler.name == "cleaning-packager-groups" %}
{% if toddler.name == "cleaning-packager-groups" %}
- name: sync-group-keytab-volume
mountPath: /etc/sync-group-keytabs
readOnly: true
{%- endif %}
{% endif %}
volumes:
{{ common_volumes() }}
{%- if toddler.name == "cleaning-packager-groups" %}
{% if toddler.name == "cleaning-packager-groups" %}
- name: sync-group-keytab-volume
secret:
secretName: sync-group-keytab
{%- endif %}
{% endif %}
{% endfor %}