Skip to content

Commit

Permalink
values schema
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre DEFRASNE <[email protected]>
  • Loading branch information
cest-pas-faux committed Jun 26, 2024
1 parent 1569536 commit c813982
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -938,8 +938,16 @@ database:
username: "user"
password: "password"
coreDatabase: "registry"
# if using existing secret, the key must be "password"
existingSecret: ""
# Use an external secret and provide key mappings
existingSecret:
enabled: true
name: ""
keys:
host: host
port: port
username: username
password: password
coreDatabase: dbName
# "disable" - No SSL
# "require" - Always SSL (skip verification)
# "verify-ca" - Always SSL (verify that the certificate presented by the
Expand Down

0 comments on commit c813982

Please sign in to comment.