Protect some variables.

This commit is contained in:
Andrea Dell'Amico 2022-03-08 16:32:40 +01:00
parent f0335a4140
commit c8f2f77064
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ proxy:
{% if app.environment is defined %} {% if app.environment is defined %}
container-env: container-env:
{% for env in app.environment %} {% for env in app.environment %}
{{ env.name }}: {{ env.value }} {{ env.name }}: "{{ env.value }}"
{% endfor %} {% endfor %}
{% endif %} {% endif %}
@ -150,7 +150,7 @@ management:
{% if shinyproxy_version is version_compare('2.6.0', '>=') %} {% if shinyproxy_version is version_compare('2.6.0', '>=') %}
spring: spring:
application: application:
name: {{ shinyproxy_spring_name }} name: "{{ shinyproxy_spring_name }}"
{% endif %} {% endif %}
logging: logging: