diff --git a/bitnami/memcached/README.md b/bitnami/memcached/README.md index 42094c1d2c..41ac646e5f 100644 --- a/bitnami/memcached/README.md +++ b/bitnami/memcached/README.md @@ -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