From 8b7bacb4f0df8245d8b1d36bf3f7cc3204886602 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 8 Mar 2022 16:37:21 +0100 Subject: [PATCH] Fix the group syntax --- templates/shinyproxy-2-conf.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/shinyproxy-2-conf.yml.j2 b/templates/shinyproxy-2-conf.yml.j2 index f5d3383..00702bc 100644 --- a/templates/shinyproxy-2-conf.yml.j2 +++ b/templates/shinyproxy-2-conf.yml.j2 @@ -128,7 +128,7 @@ proxy: {% endif %} {% if app.groups is defined %} - groups: {{ app.groups }} + groups: [{{ app.groups }}] {% endif %}