From a0088d64db8a27563b7867ce53cdd77bfa4b5d4f Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Hernandez Date: Fri, 7 Jun 2019 15:25:13 +0000 Subject: [PATCH] Add command Signed-off-by: Carlos Rodriguez Hernandez --- bitnami/mysql/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bitnami/mysql/README.md b/bitnami/mysql/README.md index 20a7587b9..17d703236 100644 --- a/bitnami/mysql/README.md +++ b/bitnami/mysql/README.md @@ -143,7 +143,11 @@ $ helm install --name my-release -f values.yaml bitnami/mysql ### 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/mysql +``` - Force users to specify a password: ```diff