Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Noël <[email protected]>
  • Loading branch information
philippemnoel committed Sep 27, 2024
1 parent 6c25206 commit f4bfa84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/paradedb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ recovery:
# See https://cloudnative-pg.io/documentation/1.22/bootstrap/#bootstrap-from-a-live-cluster-pg_basebackup
pgBaseBackup:
# -- Name of the database used by the application. Default: `paradedb`.
database: paradedb
database: app
# -- Name of the owner of the database in the instance to be used by applications. Defaults to the value of the `database` key.
secret: ""
# -- Name of the secret containing the initial credentials for the owner of the user database. If empty a new secret will be created from scratch
Expand All @@ -99,7 +99,7 @@ recovery:
host: ""
port: 5432
username: ""
database: "paradedb"
database: "app"
sslMode: "verify-full"
passwordSecret:
# -- Whether to create a secret for the password
Expand Down

0 comments on commit f4bfa84

Please sign in to comment.