forked from infra/ansible
poddlers: ok, try this for template expansion
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
cc5d257675
commit
321968f756
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