mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user