Skip to content

Commit f484066

Browse files
[Doc] Add note about helm binary requirement
`make run-local-shift` fails if the helm binary isn't available This would fix: #488
1 parent d4b6ca3 commit f484066

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/install/install.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ You can verify that the OLM components have been successfully deployed by runnin
3131
## Run locally with minishift
3232

3333
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.
34+
35+
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)
36+
3437
```
3538
make run-local-shift
3639
```

0 commit comments

Comments
 (0)