Skip to content

Commit

Permalink
args
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed Jun 28, 2024
1 parent 4170301 commit c7f6c9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions echo-side/dags/monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
list_csv_files = KubernetesPodOperator(
task_id='list_csv_files',
image='ghcr.io/lsst-uk/csd3-echo-somerville:latest',
cmds=['ls', 'entrypoint.sh'],
# arguments=['python', 'csd3-echo-somerville/scripts/list_backup_csvs.py', '--bucket_name', 'LSST-IR-FUSION-Butlers'],
cmds=['entrypoint.sh'],
arguments=['python', 'csd3-echo-somerville/scripts/list_backup_csvs.py', '--bucket_name', 'LSST-IR-FUSION-Butlers'],
env_vars={
'ECHO_S3_ACCESS_KEY': Variable.get("ECHO_S3_ACCESS_KEY"),
'ECHO_S3_SECRET_KEY': Variable.get("ECHO_S3_SECRET_KEY"),
Expand Down

0 comments on commit c7f6c9a

Please sign in to comment.