Replace tabs with spaces

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:21 -04:00
parent 72d22a9c3c
commit 035aef7c47
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ pvc:
# tokens: a list of authentication tokens; leave as an empty list to disable authentication
tokens:
{% for token in pvc_api_tokens %}
- description: "{{ token.description }}"
token: "{{ token.token }}"
- description: "{{ token.description }}"
token: "{{ token.token }}"
{% endfor %}
# ssl: SSL configuration
ssl: