Skip to content

Commit

Permalink
docs: fix readme docs
Browse files Browse the repository at this point in the history
  • Loading branch information
halkeye committed Oct 25, 2024
1 parent aeffd85 commit 01db48f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ These environment variables are embedded in [deploy/operator.yaml](deploy/operat
## Installation

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

```yaml
Expand Down Expand Up @@ -193,14 +193,14 @@ meeting the specific needs of different applications.

Available context:

| Variable | Meaning |
|---------------|--------------------------|
| `.Host` | Database host |
| `.HostNoPort` | Database host |
| `.Port` | Database host |
| `.Role` | Generated user/role name |
| `.Database` | Referenced database name |
| `.Password` | Generated role password |
| Variable | Meaning |
|---------------|----------------------------|
| `.Host` | Database host and port |
| `.HostNoPort` | Database host without port |
| `.Port` | Database port |
| `.Role` | Generated user/role name |
| `.Database` | Referenced database name |
| `.Password` | Generated role password |

### Contribution

Expand Down

0 comments on commit 01db48f

Please sign in to comment.