summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/containercluster.rnc11
1 files changed, 7 insertions, 4 deletions
diff --git a/config-model/src/main/resources/schema/containercluster.rnc b/config-model/src/main/resources/schema/containercluster.rnc
index 9313d91ea55..39df939f78c 100644
--- a/config-model/src/main/resources/schema/containercluster.rnc
+++ b/config-model/src/main/resources/schema/containercluster.rnc
@@ -91,10 +91,13 @@ SecretStore = element secret-store {
attribute name { string } &
attribute environment { string "alpha" | string "corp" | string "prod" | string "aws" | string "aws_stage" }
} * &
- element aws-parameter-store {
- attribute name { string } &
- attribute region { string }
- } *
+ element store {
+ attribute id { string } &
+ element aws-parameter-store {
+ attribute account { string } &
+ attribute aws-region { string }
+ } *
+ }?
}
ZooKeeper = element zookeeper {