Skip to content

Commit b43c062

Browse files
committed
values schema
1 parent 1569536 commit b43c062

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

values.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -938,8 +938,16 @@ database:
938938
username: "user"
939939
password: "password"
940940
coreDatabase: "registry"
941-
# if using existing secret, the key must be "password"
942-
existingSecret: ""
941+
# Use an external secret and provide key mappings
942+
existingSecret:
943+
enabled: true
944+
name: ""
945+
keys:
946+
host: host
947+
port: port
948+
username: username
949+
password: password
950+
coreDatabase: dbName
943951
# "disable" - No SSL
944952
# "require" - Always SSL (skip verification)
945953
# "verify-ca" - Always SSL (verify that the certificate presented by the

0 commit comments

Comments
 (0)