Skip to content

Commit

Permalink
correct rights for bucket read dir
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvatt committed Oct 30, 2023
1 parent 03a3357 commit cf08603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataverk_airflow/bucket_read.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def bucket_read(
],
command=["/bin/sh", "-c"],
args=[
f"gsutil cp -r gs://{os.environ['GCS_BUCKET']}/* {mount_path}/ && chmod -R 754 {mount_path}"
f"gsutil cp -r gs://{os.environ['GCS_BUCKET']}/* {mount_path}/ && chmod -R 764 {mount_path}"
],
resources=k8s.V1ResourceRequirements(
requests={"memory": "128Mi"},
Expand Down

0 comments on commit cf08603

Please sign in to comment.