summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2020-02-03 15:43:00 +0100
committerJon Bratseth <bratseth@verizonmedia.com>2020-02-03 15:43:00 +0100
commit6b6117aec8749018dcc76c060b33139aaf9f6a22 (patch)
tree3183fd070554961324c7c672fe100b1dede7186c
parent6bf6ba447fa72321b6711fabcd7ac1f536969ae5 (diff)
Allow resources in dedicated nodes
-rw-r--r--config-model/src/main/resources/schema/common.rnc3
1 files changed, 2 insertions, 1 deletions
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 {