aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValerij Fredriksen <freva@users.noreply.github.com>2023-06-14 18:57:10 +0200
committerGitHub <noreply@github.com>2023-06-14 18:57:10 +0200
commit24c866fa3d18cb4fe4fcc83f17fd92bb1a2bb89d (patch)
treee2d1ccf0a8db4db50b3b5b6a304c698d6b2e76cd
parent056bf0398c118bde7773d8e7e4d122112be606e5 (diff)
parentf185734ab1793258f502b47e9af2e3cf8a958ff7 (diff)
Merge pull request #27429 from vespa-engine/jonmv/allow-ttl-on-test-and-stagingv8.178.16
Allow cloud account and empty host ttl on test/staging
-rw-r--r--config-model/src/main/resources/schema/deployment.rnc4
1 files changed, 4 insertions, 0 deletions
diff --git a/config-model/src/main/resources/schema/deployment.rnc b/config-model/src/main/resources/schema/deployment.rnc
index 0f2eed3f72b..d47ce81eaac 100644
--- a/config-model/src/main/resources/schema/deployment.rnc
+++ b/config-model/src/main/resources/schema/deployment.rnc
@@ -98,12 +98,16 @@ Email = element email {
Test = element test {
attribute athenz-service { xsd:string }? &
attribute tester-flavor { xsd:string }? &
+ attribute cloud-account { xsd:string }? &
+ attribute empty-host-ttl { xsd:string }? &
text
}
Staging = element staging {
attribute athenz-service { xsd:string }? &
attribute tester-flavor { xsd:string }? &
+ attribute cloud-account { xsd:string }? &
+ attribute empty-host-ttl { xsd:string }? &
text
}