Commit 3603f88b authored by one_jh's avatar one_jh
Browse files

Update k8soper_1.py

parent dc813285
......@@ -53,8 +53,9 @@ start = DummyOperator(task_id='start', dag=dag)
run = KubernetesPodOperator(
task_id='kubernetespodoperator',
namespace='development',
image='curlimages/curl@sha256:c05146450820bb943c400bf2173a2423096c586a3984b989619d9165d61f1a24',
namespace='airflow',
# image='curlimages/curl@sha256:c05146450820bb943c400bf2173a2423096c586a3984b989619d9165d61f1a24',
image='curlimages/curl:latest'
secrets=[
env
],
......
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