Add README.md about postgres password secret.

This commit is contained in:
Magnus Andersson 2024-11-07 11:03:20 +01:00
parent e61e7654dc
commit c65741753c
Signed by: mandersson
GPG key ID: 1F7C896B34B28164

3
k8s/postgres/README.md Normal file
View file

@ -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