mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
14 lines
213 B
YAML
14 lines
213 B
YAML
|
extraObjects:
|
||
|
- apiVersion: v1
|
||
|
kind: Secret
|
||
|
metadata:
|
||
|
name: dfly-password
|
||
|
stringData:
|
||
|
password: foobar
|
||
|
|
||
|
passwordFromSecret:
|
||
|
enable: true
|
||
|
existingSecret:
|
||
|
name: dfly-password
|
||
|
key: password
|