Skip to content

Commit 87b7ac0

Browse files
authored
Secret name incorrect, fixed (zalando#2282)
1 parent 40db1f6 commit 87b7ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ Non-encrypted connections are rejected by default, so set the SSL mode to
216216
require:
217217

218218
```bash
219-
export PGPASSWORD=$(kubectl get secret postgres.acid-minimal-cluster.credentials -o 'jsonpath={.data.password}' | base64 -d)
219+
export PGPASSWORD=$(kubectl get secret postgres.acid-minimal-cluster.credentials.postgresql.acid.zalan.do -o 'jsonpath={.data.password}' | base64 -d)
220220
export PGSSLMODE=require
221221
psql -U postgres
222222
```

0 commit comments

Comments
 (0)