A conditional misses the 'endif'.

This commit is contained in:
Andrea Dell'Amico 2024-05-03 13:27:58 +02:00
parent 2a280455a9
commit 5eb1309668
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ proxy:
container-memory-limit: {{ app.docker_memory | default('2g') }}
container-cpu-request: {{ app.container_cpu_request | default('1') }}
{% if app.target_path is defined %}target-path: {{ app.target_path }}
{% if app.target_path is defined %}target-path: {{ app.target_path }}{% endif %}
{% if app.container_cpu_limit is defined %}container-cpu-limit: {{ app.container_cpu_limit }}{% endif %}