Files
truecharts/templates/questions/dependencies/redis.yaml
T
2024-04-10 12:39:48 +02:00

15 lines
366 B
YAML

- 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