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