File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ which was generated when creating the `acid-minimal-cluster`. As non-encrypted
8888connections 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)
9292export PGSSLMODE=require
9393psql -U postgres -h localhost -p 6432
9494```
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments