mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
10e831825a
* Fix parsing error with persistence and password secret configuration --------- Signed-off-by: Frédéric Marchand <frederic.marchand@kudelskisecurity.com> Co-authored-by: Tarun Pothulapati <tarun@dragonflydb.io>
18 lines
288 B
YAML
18 lines
288 B
YAML
storage:
|
|
enabled: true
|
|
storageClassName: "standard"
|
|
requests: 128Mi
|
|
|
|
extraObjects:
|
|
- apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: dfly-password
|
|
stringData:
|
|
password: foobar
|
|
|
|
passwordFromSecret:
|
|
enable: true
|
|
existingSecret:
|
|
name: dfly-password
|
|
key: password
|