kube/postgres-operator
Lauri Võsandi 41b7b509f4 Add Crunchydata PGO 2023-02-26 11:09:11 +02:00
..
.gitignore Add Crunchydata PGO 2023-02-26 11:09:11 +02:00
README.md Add Crunchydata PGO 2023-02-26 11:09:11 +02:00
application.yml Add Crunchydata PGO 2023-02-26 11:09:11 +02:00

README.md

Postgres operator

git clone https://github.com/CrunchyData/postgres-operator-examples
helm template -n postgres-operator postgres-operator-examples/helm/install --include-crds --set debug=false > application.yml
kubectl create namespace postgres-operator
kubectl apply -n postgres-operator --server-side -f application.yml