From f21416edb305f03f1a47a93c4296a0627ff804c2 Mon Sep 17 00:00:00 2001 From: Edward Young Date: Thu, 6 Feb 2020 21:36:58 +0000 Subject: [PATCH] Add helm-operator install example for Helm v3 --- docs/tutorials/get-started-helm.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/tutorials/get-started-helm.md b/docs/tutorials/get-started-helm.md index e9fca0b33..f734d611a 100644 --- a/docs/tutorials/get-started-helm.md +++ b/docs/tutorials/get-started-helm.md @@ -83,13 +83,15 @@ In this next step you install Flux using `helm`. Simply ```sh helm upgrade -i flux fluxcd/flux \ --set git.url=git@github.com:YOURUSER/flux-get-started \ - --namespace flux + --namespace flux helm upgrade -i helm-operator fluxcd/helm-operator \ --set git.ssh.secretName=flux-git-deploy \ --namespace flux ``` + > **Note:** By default the helm-operator chart will install with support for both Helm v2 (which requires Tiller) and v3. You can target specific versions by setting the `helm.versions` value, e.g. `--set helm.versions=v3`. + - Using a private git server: When deploying from a private repo, the known_hosts of the git server needs