forked from k-space/kube
Add Crunchydata PGO
This commit is contained in:
8
postgres-operator/README.md
Normal file
8
postgres-operator/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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
|
||||
```
|
Reference in New Issue
Block a user