From c65741753cbbdb9e30b4a5cb9887077704e3e6eb Mon Sep 17 00:00:00 2001 From: Magnus Andersson Date: Thu, 7 Nov 2024 11:03:20 +0100 Subject: [PATCH] Add README.md about postgres password secret. --- k8s/postgres/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 k8s/postgres/README.md diff --git a/k8s/postgres/README.md b/k8s/postgres/README.md new file mode 100644 index 0000000..d453169 --- /dev/null +++ b/k8s/postgres/README.md @@ -0,0 +1,3 @@ +### Postgres password +To create the postgres password secret you can use the following command. +kubectl create secret generic postgres-secret --from-literal=postgres-password=xxXxXxX -n postgres