Skip to content

Commit

Permalink
fix: allow the job service account to be overriden in the cloud confi…
Browse files Browse the repository at this point in the history
…g (#14955)
  • Loading branch information
perangel committed Jan 17, 2025
1 parent 0c1b17d commit 051de73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ airbyte:
worker:
job:
kube:
serviceAccount: airbyte-admin # TODO - update this once we know how to separate cloud and SME
serviceAccount: ${JOB_KUBE_SERVICEACCOUNT:airbyte-admin}

0 comments on commit 051de73

Please sign in to comment.