From 6b6117aec8749018dcc76c060b33139aaf9f6a22 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Mon, 3 Feb 2020 15:43:00 +0100 Subject: Allow resources in dedicated nodes --- config-model/src/main/resources/schema/common.rnc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config-model') diff --git a/config-model/src/main/resources/schema/common.rnc b/config-model/src/main/resources/schema/common.rnc index e3ad942e7b3..c47983adc12 100644 --- a/config-model/src/main/resources/schema/common.rnc +++ b/config-model/src/main/resources/schema/common.rnc @@ -37,7 +37,8 @@ OptionalDedicatedNodes = element nodes { attribute required { xsd:boolean }? & attribute docker-image { xsd:string }? & attribute dedicated { xsd:boolean }? & - attribute exclusive { xsd:boolean }? + attribute exclusive { xsd:boolean }? & + Resources? } GenericConfig = element config { -- cgit v1.2.3