Skip to content

Commit

Permalink
fix minor documentation issue (#5543)
Browse files Browse the repository at this point in the history
  • Loading branch information
k15r authored Sep 3, 2019
1 parent 2ce13ea commit 61a86d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand Down

0 comments on commit 61a86d3

Please sign in to comment.