Fix a link to the CRD manifest. (#356)

Per a gripe from @angapov: https://github.com/zalando-incubator/postgres-operator/issues/355
This commit is contained in:
Oleksii Kliukin 2018-08-02 11:13:23 +02:00 committed by GitHub
parent d2d3f21dc2
commit d0f4148cd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ configuration.
There are no default values built-in in the operator, each parameter that is There are no default values built-in in the operator, each parameter that is
not supplied in the configuration receives an empty value. In order to not supplied in the configuration receives an empty value. In order to
create your own configuration just copy the [default create your own configuration just copy the [default
one](https://github.com/zalando-incubator/postgres-operator/blob/wip/operator_configuration_via_crd/manifests/postgresql-operator-default-configuration.yaml) one](https://github.com/zalando-incubator/postgres-operator/blob/master/manifests/postgresql-operator-default-configuration.yaml)
and change it. and change it.
CRD-based configuration is more natural and powerful then the one based on CRD-based configuration is more natural and powerful then the one based on