From 13be07e85cdbb85e17a7b6ac5ecbf7673eabe25c Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Mon, 8 Apr 2019 17:15:31 +0200 Subject: [PATCH] minor fix --- docs/developer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer.md b/docs/developer.md index 6dc8fc96f..d4bc9e7e3 100644 --- a/docs/developer.md +++ b/docs/developer.md @@ -321,7 +321,7 @@ In the case you want to add functionality to the operator that shall be controlled via the operator configuration there are a few placed that need to be updated. First define the parameters in: * the [ConfigMap](../manifests/configmap.yaml) manifest -* the CR's [default configuration](..manifests/postgresql-operator-default-configuration.yaml) +* the CR's [default configuration](../manifests/postgresql-operator-default-configuration.yaml) * the Helm chart [values](../charts/postgres-operator/values.yaml) Update the following Go files that obtain the configuration parameter from the