You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default version is `15.1` but this can be modified by overwriting the `--set version` value, when deploying the Helm chart.
19
19
20
-
To retrieve the administrative Postgresql password run:
20
+
To retrieve the administrative Postgresql password for the `postgres` user run:
21
21
22
22
```
23
23
kubectl get secret postgresql -o jsonpath='{.data.postgresql-password}' | base64 -d
24
24
```
25
25
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