Commit a5e7c082 authored by one_jh's avatar one_jh
Browse files

Update k8soper_1.py

parent 60ce35e5
......@@ -46,7 +46,7 @@ pod_resources.limit_memory = '400m'
configmaps = [
k8s.V1EnvFromSource(config_map_ref=k8s.V1ConfigMapEnvSource(name='secret')),
k8s.V1EnvFromSource(config_map_ref=k8s.V1ConfigMapEnvSource(name='airflow-airflow-config')),
]
start = DummyOperator(task_id='start', dag=dag)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment