From ac8051dc33562b8a4c53111c0b565db31f55e1b0 Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Thu, 4 Apr 2019 17:18:03 +0200 Subject: [PATCH] Deploy helm operator in get-started guide The get started guide uses repo github.com/weaveworks/flux-get-started which contains HelmRelease manifests, but the guide didn't instruct the reader to deploy the Helm operator. --- site/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/get-started.md b/site/get-started.md index 6a2ece502f..11a2bd39c2 100644 --- a/site/get-started.md +++ b/site/get-started.md @@ -70,7 +70,7 @@ add the git URL to the config file above. In the next step, deploy Flux to the cluster: ```sh -kubectl apply -f deploy +kubectl apply -f deploy deploy-helm/helm-operator-deployment.yaml deploy-helm/flux-helm-release-crd.yaml ``` Allow some time for all containers to get up and running. If you're