Create redis.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
parent
5ec16eaec1
commit
f6de2d3bf9
|
@ -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
|
Loading…
Reference in New Issue