2023-02-26 09:09:11 +00:00
|
|
|
# Postgres clusters
|
|
|
|
|
2023-08-16 07:39:20 +00:00
|
|
|
This is namespace for Postgres clusters managed by Codemowers' sample
|
|
|
|
[postgres-database-operator](https://github.com/codemowers/operatorlib/tree/main/samples/postgres-database-operator)
|
|
|
|
which is deployed via [ArgoCD](https://argocd.k-space.ee/applications/argocd/postgres-database-operator)
|
2023-02-26 09:09:11 +00:00
|
|
|
|
|
|
|
```
|
|
|
|
kubectl create namespace postgres-clusters
|
|
|
|
kubectl apply -n postgres-clusters -f application.yaml
|
|
|
|
```
|