Make pg port configurable for managed deployments

This commit is contained in:
Christian M. Adams
2021-04-16 09:54:19 -04:00
parent 8f760e2842
commit 90f4d71606
3 changed files with 9 additions and 2 deletions

View File

@@ -233,7 +233,7 @@ stringData:
type: Opaque
```
> It is possible to set a specific username, password, or database, but still have the database managed by the operator. In this case, when creating the postgres-configuration secret, the `type: managed` field should be added.
> It is possible to set a specific username, password, port, or database, but still have the database managed by the operator. In this case, when creating the postgres-configuration secret, the `type: managed` field should be added.
**Note**: The variable `sslmode` is valid for `external` databases only. The allowed values are: `prefer`, `disable`, `allow`, `require`, `verify-ca`, `verify-full`.