File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 561561 "type" : " string"
562562 },
563563 "secret" : {
564- "type" : " string"
564+ "type" : " object" ,
565+ "properties" : {
566+ "name" : {
567+ "type" : " string"
568+ }
569+ }
565570 },
566571 "source" : {
567572 "type" : " object" ,
Original file line number Diff line number Diff line change @@ -103,8 +103,10 @@ recovery:
103103 pgBaseBackup :
104104 # -- Name of the database used by the application. Default: `app`.
105105 database : app
106- # -- 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
107- secret : " "
106+ # -- The secret containing the initial credentials for the owner of the user database. If empty a new secret will be created from scratch
107+ secret :
108+ # -- Name of the secret used for the owner of the user database.
109+ name : " "
108110 # -- Name of the owner of the database in the instance to be used by applications. Defaults to the value of the `database` key.
109111 owner : " "
110112 source :
You can’t perform that action at this time.
0 commit comments