From 0d05d591ce989ee2cd9cfeec8f2691c2bd74ba6c Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Hernandez Date: Fri, 7 Jun 2019 15:19:17 +0000 Subject: [PATCH] Add command --- bitnami/airflow/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bitnami/airflow/README.md b/bitnami/airflow/README.md index 95a5098c9..78ab3ed89 100644 --- a/bitnami/airflow/README.md +++ b/bitnami/airflow/README.md @@ -167,7 +167,11 @@ $ helm install --name my-release -f values.yaml bitnami/airflow ### 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/airflow +``` - URL used to access to airflow web ui: ```diff