From de303d287754518a06b309d84147a90939b9f15f Mon Sep 17 00:00:00 2001 From: Raam Rosh-Hai Date: Thu, 25 Oct 2018 16:56:22 +0200 Subject: [PATCH] Add instructions for helm installation making this more beginner friendly --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c96c5f..19eeef5 100644 --- a/README.md +++ b/README.md @@ -48,13 +48,13 @@ and services for: * airflow-flower ## Helm Deployment (recommended) +Run `helm dependency update airflow` to pull the redis and postgresql dependencies. -Ensure your helm installation is done, you may need to have `TILLER_NAMESPACE` set as -environment variable. +You may need to have `TILLER_NAMESPACE` set as environment variable (usually kube-system). Deploy to Kubernetes using: - make helm-install NAMESPACE=yournamespace HELM_VALUES=/path/to/you/values.yaml + make helm-install NAMESPACE=yournamespace HELM_VALUES=airflow/values.yaml ### Helm ingresses