From 4960d1223057dbfab3e41d9a5a9ba7207d53d8c6 Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Wed, 17 Apr 2024 10:43:43 +0200 Subject: [PATCH] scape quotes in plugins value --- templates/yProv.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/yProv.yml b/templates/yProv.yml index 66c8230..c2cfd87 100644 --- a/templates/yProv.yml +++ b/templates/yProv.yml @@ -35,8 +35,8 @@ topology_template: default: eval neo4j_plugins: type: string - description: neo4j plugins to be enabled - default: '[apoc, graph-data-science]' + description: neo4j plugins to be enabled (remebmer to escape quotes with backslashes) + default: '[\"apoc\", \"graph-data-science\"]' storage_dimension: type: string description: Neo4j storage capacity