feat(airflow): add extra pip packages

This commit is contained in:
SeanOMik 2024-08-03 19:30:36 -04:00
parent 3d0baaa560
commit e94c45d333
Signed by: SeanOMik
GPG Key ID: FEC9E2FC15235964
1 changed files with 8 additions and 2 deletions

View File

@ -57,7 +57,10 @@ spec:
## extra pip packages to install in airflow Pods ## 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 ## [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 ## [WARNING] this feature is not recommended for production use, see docs
extraPipPackages: [] extraPipPackages:
- fake_useragent
- bs4
- selenium
## extra VolumeMounts for the airflow Pods ## extra VolumeMounts for the airflow Pods
## [FAQ] https://github.com/airflow-helm/charts/blob/main/charts/airflow/docs/faq/kubernetes/mount-persistent-volumes.md ## [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 ## 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 ## [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 ## [WARNING] this feature is not recommended for production use, see docs
extraPipPackages: [] extraPipPackages:
- fake_useragent
- bs4
- selenium
## extra VolumeMounts for the Pod template ## extra VolumeMounts for the Pod template
## [FAQ] https://github.com/airflow-helm/charts/blob/main/charts/airflow/docs/faq/kubernetes/mount-persistent-volumes.md ## [FAQ] https://github.com/airflow-helm/charts/blob/main/charts/airflow/docs/faq/kubernetes/mount-persistent-volumes.md