Skip to content

Commit

Permalink
Add service account to custom cwl pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Meyers committed Feb 26, 2024
1 parent 1480b6f commit e0cc3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/dags/docker_cwl_pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ kind: Pod
metadata:
name: docker-cwl-pod
spec:

restartPolicy: Never
serviceAccountName: airflow-worker

containers:
- name: cwl-docker
Expand Down

0 comments on commit e0cc3c7

Please sign in to comment.