aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/deployment.rnc
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2020-01-15 18:39:30 +0100
committerGitHub <noreply@github.com>2020-01-15 18:39:30 +0100
commit859178ef9fdff82a07cb8305a7999545b4032294 (patch)
treebfb00a4b0e713b1ccd53a29c9cb75aab6c4c2588 /config-model/src/main/resources/schema/deployment.rnc
parentf1a6b783daffbdf4177f62c58bb100f5b08d30d3 (diff)
Revert "Revert "Athenz domain cannot be set on instance level, just on the root""
Diffstat (limited to 'config-model/src/main/resources/schema/deployment.rnc')
-rw-r--r--config-model/src/main/resources/schema/deployment.rnc1
1 files changed, 0 insertions, 1 deletions
diff --git a/config-model/src/main/resources/schema/deployment.rnc b/config-model/src/main/resources/schema/deployment.rnc
index 6a8bc8f77b9..171112f6bd7 100644
--- a/config-model/src/main/resources/schema/deployment.rnc
+++ b/config-model/src/main/resources/schema/deployment.rnc
@@ -32,7 +32,6 @@ PrimitiveStep =
Instance = element instance {
attribute id { xsd:string } &
- attribute athenz-domain { xsd:string }? &
attribute athenz-service { xsd:string }? &
StepExceptInstance
}