From 5e0cdcfdf8d3e4dc195cd04aef41e0a623ddd495 Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Hernandez Date: Fri, 7 Jun 2019 15:26:21 +0000 Subject: [PATCH] Add command Signed-off-by: Carlos Rodriguez Hernandez --- bitnami/zookeeper/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bitnami/zookeeper/README.md b/bitnami/zookeeper/README.md index 5ab258370..2983711dd 100644 --- a/bitnami/zookeeper/README.md +++ b/bitnami/zookeeper/README.md @@ -138,7 +138,11 @@ $ helm install --name my-release -f values.yaml bitnami/zookeeper ### 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/zookeeper +``` - Number of ZooKeeper nodes: ```diff