Add command

This commit is contained in:
Carlos Rodriguez Hernandez
2019-06-07 15:19:17 +00:00
parent 27f9b732ff
commit 0d05d591ce

View File

@@ -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