Skip to content

Commit

Permalink
[#4105] Add info about the default Postgresql user
Browse files Browse the repository at this point in the history
  • Loading branch information
ljupcovangelski committed Jul 6, 2023
1 parent 3f3a07e commit af5261e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/apps/postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ helm install postgresql airy/postgresql

The default version is `15.1` but this can be modified by overwriting the `--set version` value, when deploying the Helm chart.

To retrieve the administrative Postgresql password run:
To retrieve the administrative Postgresql password for the `postgres` user run:

```
kubectl get secret postgresql -o jsonpath='{.data.postgresql-password}' | base64 -d
```

Note that the password changes everytime that the helm chart is updated. Would be best to use it as an environmental variable in the pod, mounted directly from the `postgresql` secret.
Note that the password changes every time that the helm chart is updated. Would be best to use it as an environmental variable in the pod, mounted directly from the `postgresql` secret.

0 comments on commit af5261e

Please sign in to comment.