Skip to content

Commit

Permalink
add source build note
Browse files Browse the repository at this point in the history
  • Loading branch information
dtomcej committed Mar 18, 2020
1 parent 2a0cbcf commit b32174c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/content/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,19 @@ helm install maesh maesh/maesh

## Install from source

!!! Note Supported Installations
Please be aware that the supported installation method is via Helm, using official releases.
If you want to build/install/run Maesh from source, we may not be able to provide support.
Installing from source is intended for development/contributing .

To build the image locally, run:

```shell
make
```

to build the binary and build/tag the local image.
You will then be able to use the tagged image as your image in your `values.yaml` file.

## Deploy helm chart

Expand Down

0 comments on commit b32174c

Please sign in to comment.