tabs to spaces
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
938471e9f1
commit
d11b793965
1 changed files with 4 additions and 4 deletions
|
@ -34,19 +34,19 @@ spec:
|
|||
|
||||
volumeMounts:
|
||||
{{ common_volume_mounts() }}
|
||||
{% if toddler.name == "clean-packagers-groups" %}
|
||||
{% if toddler.name == "clean-packagers-groups" %}
|
||||
- name: sync-group-keytab-volume
|
||||
mountPath: /etc/sync-group-keytabs
|
||||
readOnly: true
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
volumes:
|
||||
{{ common_volumes() }}
|
||||
{% if toddler.name == "clean-packagers-groups" %}
|
||||
{% if toddler.name == "clean-packagers-groups" %}
|
||||
- name: sync-group-keytab-volume
|
||||
secret:
|
||||
secretName: sync-group-keytab
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
triggers:
|
||||
- type: ConfigChange
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue