Skip to content

Commit

Permalink
[Doc] Add note about helm binary requirement
Browse files Browse the repository at this point in the history
`make run-local-shift` fails if the helm binary isn't available

This would fix: operator-framework#488
  • Loading branch information
aditya-konarde authored Oct 18, 2018
1 parent 6430786 commit 63f0704
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Documentation/install/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ You can verify that the OLM components have been successfully deployed by runnin
## Run locally with minishift

This command starts minishift, builds the OLM containers locally with the minishift-provided docker, and uses the local configuration in [local-values-shift.yaml](local-values-shift.yaml) to build localized deployment resources for OLM.

Note that this step requires the `helm` binary, which doesn't come with minishift by default, to be present in your PATH. It can be downloaded from the [helm releases page](https://github.com/helm/helm/releases)

```
make run-local-shift
```
Expand Down

0 comments on commit 63f0704

Please sign in to comment.