From 779c0aa7ea945e4d85c3098ea165341c5419de88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Bar=C3=B3n?= Date: Thu, 26 Sep 2019 18:27:31 +0200 Subject: [PATCH] Fixed wrong chart repo for flux If you follow the guide, at the part Flux with a private git host, at 1 it will fail because helm will search the chart at chart instead of fluxcd (where it is really). --- chart/flux/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/flux/README.md b/chart/flux/README.md index 63150a398..dac63a4ba 100755 --- a/chart/flux/README.md +++ b/chart/flux/README.md @@ -169,7 +169,7 @@ called `flux-ssh-config` which in turn will be mounted into a volume named --set git.url="git@${YOUR_GIT_HOST}:${YOUR_GIT_USER}/flux-get-started" \ --set-string ssh.known_hosts="${KNOWN_HOSTS}" \ --namespace flux \ - chart/flux + fluxcd/flux ``` - Using a file for setting `known_hosts` @@ -185,7 +185,7 @@ called `flux-ssh-config` which in turn will be mounted into a volume named --set git.url="git@${YOUR_GIT_HOST}:${YOUR_GIT_USER}/flux-get-started" \ --set-file ssh.known_hosts=/tmp/flux_known_hosts \ --namespace flux \ - chart/flux + fluxcd/flux ``` #### Connect Flux to a Weave Cloud instance