diff --git a/cluster/apps/dev/airflow/helm-release.yaml b/cluster/apps/dev/airflow/helm-release.yaml index c97e36d..d7cf9ab 100644 --- a/cluster/apps/dev/airflow/helm-release.yaml +++ b/cluster/apps/dev/airflow/helm-release.yaml @@ -57,7 +57,10 @@ spec: ## extra pip packages to install in airflow Pods ## [FAQ] https://github.com/airflow-helm/charts/blob/main/charts/airflow/docs/faq/configuration/extra-python-packages.md ## [WARNING] this feature is not recommended for production use, see docs - extraPipPackages: [] + extraPipPackages: + - fake_useragent + - bs4 + - selenium ## extra VolumeMounts for the airflow Pods ## [FAQ] https://github.com/airflow-helm/charts/blob/main/charts/airflow/docs/faq/kubernetes/mount-persistent-volumes.md @@ -85,7 +88,10 @@ spec: ## extra pip packages to install in the Pod template ## [FAQ] https://github.com/airflow-helm/charts/blob/main/charts/airflow/docs/faq/configuration/extra-python-packages.md ## [WARNING] this feature is not recommended for production use, see docs - extraPipPackages: [] + extraPipPackages: + - fake_useragent + - bs4 + - selenium ## extra VolumeMounts for the Pod template ## [FAQ] https://github.com/airflow-helm/charts/blob/main/charts/airflow/docs/faq/kubernetes/mount-persistent-volumes.md