From f185734ab1793258f502b47e9af2e3cf8a958ff7 Mon Sep 17 00:00:00 2001 From: jonmv Date: Wed, 14 Jun 2023 18:53:41 +0200 Subject: Allow cloud account and empty host ttl on test/staging --- config-model/src/main/resources/schema/deployment.rnc | 4 ++++ 1 file changed, 4 insertions(+) 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 } -- cgit v1.2.3