fix relative links to manifest files (#655)

[minimal](../manifests/minimal-postgres-manifest.yaml)
and the
[complete](../manifests/complete-postgres-manifest.yaml)
Links don't work as the manifests directory is higher in the structure.
This commit is contained in:
phobot 2019-08-27 12:28:54 +03:00 committed by Felix Kunde
parent abdb003f40
commit 056b2222a5
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ Individual Postgres clusters are described by the Kubernetes *cluster manifest*
that has the structure defined by the `postgresql` CRD (custom resource that has the structure defined by the `postgresql` CRD (custom resource
definition). The following section describes the structure of the manifest and definition). The following section describes the structure of the manifest and
the purpose of individual keys. You can take a look at the examples of the the purpose of individual keys. You can take a look at the examples of the
[minimal](../manifests/minimal-postgres-manifest.yaml) [minimal](../../manifests/minimal-postgres-manifest.yaml)
and the and the
[complete](../manifests/complete-postgres-manifest.yaml) [complete](../../manifests/complete-postgres-manifest.yaml)
cluster manifests. cluster manifests.
When Kubernetes resources, such as memory, CPU or volumes, are configured, When Kubernetes resources, such as memory, CPU or volumes, are configured,