From f6de2d3bf9ecaa73a5efffe761ba90468b942aa8 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 10 Apr 2024 12:39:48 +0200 Subject: [PATCH] Create redis.yaml Signed-off-by: Kjeld Schouten --- templates/questions/dependencies/redis.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 templates/questions/dependencies/redis.yaml diff --git a/templates/questions/dependencies/redis.yaml b/templates/questions/dependencies/redis.yaml new file mode 100644 index 00000000000..fb71bd2e9ab --- /dev/null +++ b/templates/questions/dependencies/redis.yaml @@ -0,0 +1,14 @@ + - variable: redis + group: Dependencies + label: "Redis" + 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