Skip to content

Commit

Permalink
fixup! fixup! Bugfix: Fix overriding pod_template_file in Kubernete…
Browse files Browse the repository at this point in the history
…sExecutor
  • Loading branch information
kaxil committed Apr 5, 2021
1 parent f385388 commit bfc3e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airflow/kubernetes_executor_templates/basic_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ spec:
defaultMode: 420
restartPolicy: Never
terminationGracePeriodSeconds: 30
serviceAccountName: airflow-worker-serviceaccount
serviceAccount: airflow-worker-serviceaccount
serviceAccountName: airflow-worker
serviceAccount: airflow-worker
securityContext:
runAsUser: 50000
fsGroup: 50000
Expand Down

0 comments on commit bfc3e70

Please sign in to comment.