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,7 +17,7 @@ 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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue