Skip to content

Commit 01db48f

Browse files
committed
docs: fix readme docs
1 parent aeffd85 commit 01db48f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ These environment variables are embedded in [deploy/operator.yaml](deploy/operat
6565
## Installation
6666

6767
This operator requires a Kubernetes Secret to be created in the same namespace as operator itself.
68-
Secret should contain these keys: POSTGRES_HOST, POSTGRES_HOST (optional), POSTGRES_USER, POSTGRES_PASS, POSTGRES_URI_ARGS, POSTGRES_CLOUD_PROVIDER, POSTGRES_DEFAULT_DATABASE.
68+
Secret should contain these keys: POSTGRES_HOST, POSTGRES_PORT (optional), POSTGRES_USER, POSTGRES_PASS, POSTGRES_URI_ARGS, POSTGRES_CLOUD_PROVIDER, POSTGRES_DEFAULT_DATABASE.
6969
Example:
7070

7171
```yaml
@@ -193,14 +193,14 @@ meeting the specific needs of different applications.
193193

194194
Available context:
195195

196-
| Variable | Meaning |
197-
|---------------|--------------------------|
198-
| `.Host` | Database host |
199-
| `.HostNoPort` | Database host |
200-
| `.Port` | Database host |
201-
| `.Role` | Generated user/role name |
202-
| `.Database` | Referenced database name |
203-
| `.Password` | Generated role password |
196+
| Variable | Meaning |
197+
|---------------|----------------------------|
198+
| `.Host` | Database host and port |
199+
| `.HostNoPort` | Database host without port |
200+
| `.Port` | Database port |
201+
| `.Role` | Generated user/role name |
202+
| `.Database` | Referenced database name |
203+
| `.Password` | Generated role password |
204204

205205
### Contribution
206206

0 commit comments

Comments
 (0)