From 0fdfba26648c7a679ca16bb38cdf6ec7f28e2ef8 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Mon, 15 Jul 2024 12:03:19 +0100 Subject: [PATCH] docs: fix typo in production db docs --- docs/dev-guide/containers/production-db.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev-guide/containers/production-db.md b/docs/dev-guide/containers/production-db.md index 072c485..f2226e5 100644 --- a/docs/dev-guide/containers/production-db.md +++ b/docs/dev-guide/containers/production-db.md @@ -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