Add command

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
This commit is contained in:
Carlos Rodriguez Hernandez
2019-06-07 15:24:09 +00:00
parent 5ee20e1b58
commit 1f56d21696

View File

@@ -91,7 +91,11 @@ $ helm install --name my-release -f values.yaml bitnami/memcached
### Production configuration
This chart includes a `values-production.yaml` file where you can find some parameters oriented to production configuration in comparison to the regular `values.yaml`:
This chart includes a `values-production.yaml` file where you can find some parameters oriented to production configuration in comparison to the regular `values.yaml`.
```console
$ helm install --name my-release -f ./values-production.yaml bitnami/memcached
```
- Start a side-car prometheus exporter:
```diff