Skip to content

Commit af5261e

Browse files
[#4105] Add info about the default Postgresql user
1 parent 3f3a07e commit af5261e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/apps/postgresql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ helm install postgresql airy/postgresql
1717

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

20-
To retrieve the administrative Postgresql password run:
20+
To retrieve the administrative Postgresql password for the `postgres` user run:
2121

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

26-
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.
26+
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 commit comments

Comments
 (0)