Skip to content
Snippets Groups Projects
Unverified Commit 87b7ac08 authored by John Flynn Matthew's avatar John Flynn Matthew Committed by GitHub
Browse files

Secret name incorrect, fixed (#2282)

parent 40db1f67
No related branches found
No related tags found
No related merge requests found
......@@ -216,7 +216,7 @@ Non-encrypted connections are rejected by default, so set the SSL mode to
require:
```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
psql -U postgres
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment