aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2022-01-21 09:25:08 +0100
committerJon Marius Venstad <venstad@gmail.com>2022-01-21 15:48:16 +0100
commitcd8bc80f127aac524d480024fd06dc6fabd1682b (patch)
tree3c6ec2a33e51fb80fc5f1d1c6d959aca740051c9 /config-model
parenta5583941af71c18f109a87338d71c88429446af8 (diff)
Add upgrade revision strategy setting to deployment spec
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/main/resources/schema/deployment.rnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-model/src/main/resources/schema/deployment.rnc b/config-model/src/main/resources/schema/deployment.rnc
index 819e6b79fbb..3e751a379d4 100644
--- a/config-model/src/main/resources/schema/deployment.rnc
+++ b/config-model/src/main/resources/schema/deployment.rnc
@@ -52,6 +52,7 @@ ParallelInstances = element parallel {
Upgrade = element upgrade {
attribute policy { xsd:string }? &
+ attribute revision { xsd:string }? &
attribute rollout { xsd:string }?
}