summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2023-06-14 18:53:41 +0200
committerjonmv <venstad@gmail.com>2023-06-14 18:53:41 +0200
commitf185734ab1793258f502b47e9af2e3cf8a958ff7 (patch)
tree7ba52738dd90f5d494ee62a6f2b508879d91f675
parentadd50d71f99e95f02db4786d53378df885da0047 (diff)
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
}