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