fix typos on external-dagtabase settings (#1232)

This commit is contained in:
Jiye Yu 2021-11-10 20:58:45 +09:00 committed by GitHub
parent 43a457e332
commit 2ebd89bf02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.