aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorMorten Tokle <mortent@verizonmedia.com>2021-03-16 10:59:38 +0100
committerMorten Tokle <mortent@verizonmedia.com>2021-03-16 10:59:38 +0100
commit342416e63fdeb11a79d08cbba78ca66ce60c0370 (patch)
tree799d1082bd22b54624490d70c92e7bef530af4d8 /config-model/src/main/resources
parent1ee94e425c67112bd5af595306830971210a162d (diff)
group -> aws-parameter-store
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/containercluster.rnc9
1 files changed, 6 insertions, 3 deletions
diff --git a/config-model/src/main/resources/schema/containercluster.rnc b/config-model/src/main/resources/schema/containercluster.rnc
index abe7386fa00..9313d91ea55 100644
--- a/config-model/src/main/resources/schema/containercluster.rnc
+++ b/config-model/src/main/resources/schema/containercluster.rnc
@@ -89,9 +89,12 @@ SecretStore = element secret-store {
attribute type { string "oath-ckms" | string "cloud" } &
element group {
attribute name { string } &
- (attribute environment { string "alpha" | string "corp" | string "prod" | string "aws" | string "aws_stage" } |
- attribute region { string } )
- } +
+ attribute environment { string "alpha" | string "corp" | string "prod" | string "aws" | string "aws_stage" }
+ } * &
+ element aws-parameter-store {
+ attribute name { string } &
+ attribute region { string }
+ } *
}
ZooKeeper = element zookeeper {