summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2022-03-01 13:12:04 +0100
committerJon Marius Venstad <venstad@gmail.com>2022-03-01 13:12:04 +0100
commit360915382dd6346a209fe693c021746d8f633084 (patch)
tree1b34d2eb5ca4d70c2620d8c9e35ff24bf95f8f21 /config-model/src/main/resources
parent0d41f8dff5c3d1343a39653cec19a24eb6c63a11 (diff)
Update deployment.rnc
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/deployment.rnc3
1 files changed, 2 insertions, 1 deletions
diff --git a/config-model/src/main/resources/schema/deployment.rnc b/config-model/src/main/resources/schema/deployment.rnc
index 3e751a379d4..1aaf002b703 100644
--- a/config-model/src/main/resources/schema/deployment.rnc
+++ b/config-model/src/main/resources/schema/deployment.rnc
@@ -52,7 +52,8 @@ ParallelInstances = element parallel {
Upgrade = element upgrade {
attribute policy { xsd:string }? &
- attribute revision { xsd:string }? &
+ attribute revision-target { xsd:string }? &
+ attribute revision-change { xsd:string }? &
attribute rollout { xsd:string }?
}