Do not minimize quotes in yaml during deployment

Change-Id: Ie68b5df196df3c480346fb8a8eb3fa5625d6f2ca
This commit is contained in:
Rudi Schlatte 2024-04-04 09:59:44 +02:00
parent e806f3e5ea
commit 7798bf3a38

View File

@ -35,7 +35,7 @@ import static net.logstash.logback.argument.StructuredArguments.keyValue;
public class NebulousAppDeployer {
private static final ObjectMapper yamlMapper
= new ObjectMapper(YAMLFactory.builder().enable(YAMLGenerator.Feature.MINIMIZE_QUOTES).build());
= new ObjectMapper(YAMLFactory.builder().build());
private static final ObjectMapper mapper = new ObjectMapper();
/**