Secret name incorrect, fixed (#2282)
This commit is contained in:
parent
40db1f6782
commit
87b7ac0806
|
|
@ -216,7 +216,7 @@ Non-encrypted connections are rejected by default, so set the SSL mode to
|
||||||
require:
|
require:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
export PGPASSWORD=$(kubectl get secret postgres.acid-minimal-cluster.credentials -o 'jsonpath={.data.password}' | base64 -d)
|
export PGPASSWORD=$(kubectl get secret postgres.acid-minimal-cluster.credentials.postgresql.acid.zalan.do -o 'jsonpath={.data.password}' | base64 -d)
|
||||||
export PGSSLMODE=require
|
export PGSSLMODE=require
|
||||||
psql -U postgres
|
psql -U postgres
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue