update aerospike README.md to read yaml config from stable directory (#3392)

* update aerospike README.md to read yaml config from stable directory

* Bumping the chart version
This commit is contained in:
Mung
2018-01-24 07:50:41 -08:00
committed by k8s-ci-robot
parent da6b7d6f2b
commit 0b72cb7de9
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ keywords:
- aerospike
- big-data
home: http://aerospike.com
version: 0.1.5
version: 0.1.6
icon: https://s3-us-west-1.amazonaws.com/aerospike-fd/wp-content/uploads/2016/06/Aerospike_square_logo.png
sources:
- https://github.com/aerospike/aerospike-server
+2 -2
View File
@@ -32,7 +32,7 @@ To install the chart with the release name `my-aerospike` using a dedicated name
```
$ helm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator
$ helm install --name my-aerospike --namespace aerospike incubator/aerospike
$ helm install --name my-aerospike --namespace aerospike stable/aerospike
```
The chart can be customized using the following configurable parameters:
@@ -54,7 +54,7 @@ Specify parameters using `--set key=value[,key=value]` argument to `helm install
Alternatively a YAML file that specifies the values for the parameters can be provided like this:
```bash
$ helm install --name my-aerospike -f values.yaml incubator/aerospike
$ helm install --name my-aerospike -f values.yaml stable/aerospike
```
### Conf files for Aerospike