matrix-ops/k8s/postgres/README.md

4 lines
195 B
Markdown
Raw Permalink Normal View History

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