matrix-ops/k8s/postgres
2024-11-07 11:03:20 +01:00
..
postgres-deployment.yaml Add postgres deployment for element 2024-11-07 10:59:04 +01:00
postgres-namespace.yaml Add postgres deployment for element 2024-11-07 10:59:04 +01:00
postgres-pvc.yaml Add postgres deployment for element 2024-11-07 10:59:04 +01:00
postgres-service.yaml Add postgres deployment for element 2024-11-07 10:59:04 +01:00
README.md Add README.md about postgres password secret. 2024-11-07 11:03:20 +01:00

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