Add Crunchydata PGO

This commit is contained in:
2023-02-26 11:09:11 +02:00
parent a51b041621
commit 41b7b509f4
7 changed files with 13839 additions and 153 deletions

1
postgres-operator/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
postgres-operator-examples

View 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
```

File diff suppressed because it is too large Load Diff