forked from infra/ansible
poddlers: some more template/macro whitespace fixes
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
f6d0fec7f2
commit
cc5d257675
1 changed files with 4 additions and 4 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue