Skip to content

Commit

Permalink
Update docs to new chart location (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Apr 22, 2017
1 parent 402df8e commit eec1acf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chart/voyager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## TL;DR;

```bash
$ helm install hack/chart/voyager
$ helm install chart/voyager
```

## Introduction
Expand All @@ -13,12 +13,12 @@ This chart bootstraps a [controller](https://github.com/appscode/voyager) deploy

## Prerequisites

- Kubernetes 1.3+
- Kubernetes 1.3+

## Installing the Chart
To install the chart with the release name `my-release`:
```bash
$ helm install --name my-release hack/chart/voyager
$ helm install --name my-release chart/voyager
```
The command deploys Voyager Controller on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.

Expand Down

0 comments on commit eec1acf

Please sign in to comment.