Skip to content

Commit

Permalink
ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
virajmparekh committed May 5, 2020
1 parent 9fc7efc commit 9619fe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dags/kube_pod.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


namespace = conf.get('kubernetes', 'NAMESPACE')

#akdlfjdsklafjasdlkf
# This will detect the default namespace locally and read the
# environment namespace when deployed to Astronomer.
if namespace =='default':
Expand Down Expand Up @@ -44,4 +44,4 @@
config_file=config_file,
resources=compute_resource,
is_delete_pod_operator=True,
get_logs=True)
get_logs=True)

0 comments on commit 9619fe6

Please sign in to comment.