Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvatt committed Jun 24, 2024
1 parent eb48259 commit 167b930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataverk_airflow/secret_fetcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def fetch_gsm_secrets(
read_only=False
),
],
command=["python", "/scripts/secretfetch.py"],
command=["python", "/scripts/fetch_gsm_secrets.py"],
args=[secrets_path, json.dumps(secrets)],
security_context=k8s.V1SecurityContext(
run_as_user=run_as_user,
Expand Down

0 comments on commit 167b930

Please sign in to comment.