11 lines
420 B
Markdown
11 lines
420 B
Markdown
# Postgres clusters
|
|
|
|
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)
|
|
|
|
```
|
|
kubectl create namespace postgres-clusters
|
|
kubectl apply -n postgres-clusters -f application.yaml
|
|
```
|