Skip to content

Commit 9c666f0

Browse files
author
Yannic Nevado Hidalgo
authored
right link in readme to postgres cluster manifest
1 parent 1763ad7 commit 9c666f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $ kubectl get pod -l name=postgres-operator --namespace zalando-postgres
4343

4444
### Create Postgres cluster
4545

46-
* create a Postgres cluster from [postgres manifest](manifest/minimal-postgres-manifest.yml) with the specified values, like databases, users and *postgresql.conf* parameters
46+
* create a Postgres cluster from [postgres manifest](https://github.com/yanehi/custom-postgres-operator/blob/master/manifests/minimal-postgres-manifest.yaml) with the specified values, like databases, users and *postgresql.conf* parameters
4747

4848
```shell
4949
$ kubectl create -f manifests/minimal-postgres-manifest.yaml --namespace zalando-postgres
@@ -98,4 +98,4 @@ kubectl delete postgresql acid-minimal-cluster --namespace zalando-postgres
9898
* [Spilo-Github](https://github.com/zalando/spilo)
9999
* [Documentation](https://spilo.readthedocs.io/en/latest/)
100100
* [Custom Zaland K8s API](https://github.com/zalando/postgres-operator/tree/master/pkg/apis/acid.zalan.do/v1)
101-
* [Spilo Docker Setup for Postgres Cluster](https://github.com/zalando/spilo/tree/master/postgres-appliance)
101+
* [Spilo Docker Setup for Postgres Cluster](https://github.com/zalando/spilo/tree/master/postgres-appliance)

0 commit comments

Comments
 (0)