From 61a86d33818828246eeaa04848d6c9ced75083a5 Mon Sep 17 00:00:00 2001 From: Korbinian Stoemmer <292906+k15r@users.noreply.github.com> Date: Tue, 3 Sep 2019 16:10:35 +0200 Subject: [PATCH] fix minor documentation issue (#5543) --- resources/function-controller/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/function-controller/README.md b/resources/function-controller/README.md index 04335092b741..90c9a3318a7a 100644 --- a/resources/function-controller/README.md +++ b/resources/function-controller/README.md @@ -49,7 +49,7 @@ Follow the steps to install the chart: helm install function-controller \ --namespace="${NAMESPACE}" \ --name="${NAME}" \ - --set secret.registryAddress="${FN_REPOSITORY}" \ + --set secret.registryAddress="${FN_REGISTRY}" \ --set secret.registryUserName="${reg_username}" \ --set secret.registryPassword="${reg_password}" \ --set config.dockerRegistry="${FN_REPOSITORY}" \