mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
11 lines
383 B
YAML
11 lines
383 B
YAML
cluster_config_file: /path/to/cluster/config.yaml
|
|
dag_path: /path/to/dags
|
|
extra_volume_mounts:
|
|
- hostPath=/my/cool/path,containerPath=/my/mounted/path,name=a_unique_name
|
|
helm_chart_version: 1.0.0
|
|
helm_values_file: /path/to/values.yaml
|
|
image: apache/airflow:2.6.0
|
|
plugin_path: /path/to/plugins
|
|
port: 8080
|
|
post_start_dag_id: example_dag_id
|
|
requirements_file: /path/to/requirements.txt
|