1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00
home-manager/tests/modules/programs/airlift/config.yaml
2025-09-26 14:52:31 -05:00

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