Skip to content

Commit 051de73

Browse files
committed
fix: allow the job service account to be overriden in the cloud config (#14955)
1 parent 0c1b17d commit 051de73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte-workload-launcher/src/main/resources/application-cloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ airbyte:
1818
worker:
1919
job:
2020
kube:
21-
serviceAccount: airbyte-admin # TODO - update this once we know how to separate cloud and SME
21+
serviceAccount: ${JOB_KUBE_SERVICEACCOUNT:airbyte-admin}

0 commit comments

Comments
 (0)