Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Deploy helm operator in get-started guide
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
2opremio committed Apr 4, 2019
1 parent 4fa5fd4 commit ac8051d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac8051d

Please sign in to comment.