Commit 84c1c61e authored by one_jh's avatar one_jh
Browse files

Update k8soper_1.py

parent a5e3cbce
......@@ -63,7 +63,7 @@ run = KubernetesPodOperator(
# ],
image_pull_secrets=[k8s.V1LocalObjectReference('image_credential')],
name='curl-job',
is_delete_operator_pod=True,
is_delete_operator_pod=False,
get_logs=True,
# resources=pod_resources,
env_from=configmaps,
......
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