feat(airflow): add extra pip packages
This commit is contained in:
parent
3d0baaa560
commit
e94c45d333
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue