1
0
Fork 0
forked from infra/ansible

poddlers: some more template/macro whitespace fixes

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2026-04-30 11:42:40 -07:00
commit cc5d257675

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 %}