From d0979447957a2dcb506a9b652eafdb79794fb8fa Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 10 Apr 2024 12:40:15 +0200 Subject: [PATCH] Create mongodb.yaml Signed-off-by: Kjeld Schouten --- templates/questions/dependencies/mongodb.yaml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 templates/questions/dependencies/mongodb.yaml diff --git a/templates/questions/dependencies/mongodb.yaml b/templates/questions/dependencies/mongodb.yaml new file mode 100644 index 00000000000..f47232f9318 --- /dev/null +++ b/templates/questions/dependencies/mongodb.yaml @@ -0,0 +1,21 @@ + - variable: mongodb + group: Dependencies + label: "MongoDB" + schema: + additional_attrs: true + type: dict + attrs: + - variable: password + label: Password + description: "Set the password for the database-user" + schema: + type: string + default: "PLACEHOLDERPASSWORD" + required: true + - variable: rootPassword + label: "Root Password" + description: "Set the root password for MongoDB" + schema: + type: string + default: "PLACEHOLDERROOTPASSWORD" + required: true