Skip to content

Commit 1d4e491

Browse files
Update user.md (zalando#1631)
* Update user.md * Update configmap.yaml
1 parent ab25fb2 commit 1d4e491

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ which was generated when creating the `acid-minimal-cluster`. As non-encrypted
8888
connections are rejected by default set the SSL mode to `require`:
8989

9090
```bash
91-
export PGPASSWORD=$(kubectl get secret postgres.acid-minimal-cluster.credentials -o 'jsonpath={.data.password}' | base64 -d)
91+
export PGPASSWORD=$(kubectl get secret postgres.acid-minimal-cluster.credentials.postgresql.acid.zalan.do -o 'jsonpath={.data.password}' | base64 -d)
9292
export PGSSLMODE=require
9393
psql -U postgres -h localhost -p 6432
9494
```

manifests/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ data:
114114
resync_period: 30m
115115
ring_log_lines: "100"
116116
role_deletion_suffix: "_deleted"
117-
secret_name_template: "{username}.{cluster}.credentials"
117+
secret_name_template: "{username}.{cluster}.credentials.{tprkind}.{tprgroup}"
118118
# sidecar_docker_images: ""
119119
# set_memory_request_to_limit: "false"
120120
spilo_allow_privilege_escalation: "true"

0 commit comments

Comments
 (0)