Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
one_jh
airflow-test-jh
Commits
84c1c61e
Commit
84c1c61e
authored
May 11, 2022
by
one_jh
Browse files
Update k8soper_1.py
parent
a5e3cbce
Changes
1
Hide whitespace changes
Inline
Side-by-side
k8soper_1.py
View file @
84c1c61e
...
@@ -63,7 +63,7 @@ run = KubernetesPodOperator(
...
@@ -63,7 +63,7 @@ run = KubernetesPodOperator(
# ],
# ],
image_pull_secrets
=
[
k8s
.
V1LocalObjectReference
(
'image_credential'
)],
image_pull_secrets
=
[
k8s
.
V1LocalObjectReference
(
'image_credential'
)],
name
=
'curl-job'
,
name
=
'curl-job'
,
is_delete_operator_pod
=
Tru
e
,
is_delete_operator_pod
=
Fals
e
,
get_logs
=
True
,
get_logs
=
True
,
# resources=pod_resources,
# resources=pod_resources,
env_from
=
configmaps
,
env_from
=
configmaps
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment