tabs to spaces

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2025-02-25 09:19:44 +01:00
parent 938471e9f1
commit d11b793965
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -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