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