Skip to content

Commit

Permalink
docs: fix typo in production db docs
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jul 15, 2024
1 parent 1e40acd commit 0fdfba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dev-guide/containers/production-db.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ kubectl cnpg install generate \
- To retrieve them:

```bash
kubectl get secret fmtm-app -o jsonpath='{.data.password}' | base64 -d
kubectl get secret fmtm-db-app -o jsonpath='{.data.password}' | base64 -d

kubectl get secret fmtm-app -o jsonpath='{.data.pgpass}' | base64 -d
kubectl get secret fmtm-db-app -o jsonpath='{.data.pgpass}' | base64 -d
```

> In production the `superuserSecret` and `initdb.secret` spec values can be
Expand Down

0 comments on commit 0fdfba2

Please sign in to comment.