.. | ||
postgres-deployment.yaml | ||
postgres-namespace.yaml | ||
postgres-pvc.yaml | ||
postgres-service.yaml | ||
README.md |
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