fix typos on external-dagtabase settings (#1232)
This commit is contained in:
parent
43a457e332
commit
2ebd89bf02
1 changed files with 2 additions and 2 deletions
|
@ -17,9 +17,9 @@ stringData:
|
|||
POSTGRES_EXTERNAL_PORT: <External Database Port>
|
||||
POSTGRES_PASSWORD: <Database Password>
|
||||
# Required for AWS Backup functionality
|
||||
POSTGRES_SUPERUSER: true
|
||||
POSTGRES_SUPERUSER: "true"
|
||||
POSTGRES_USERNAME: <Database Username>
|
||||
type: Opaque
|
||||
type: Opaque
|
||||
```
|
||||
|
||||
The following properties set the hostname or IP address and port of the database.
|
||||
|
|
Loading…
Reference in a new issue