From 051de733e711101e41c867fe524f08891d887b29 Mon Sep 17 00:00:00 2001 From: perangel Date: Fri, 17 Jan 2025 12:27:04 -0500 Subject: [PATCH] fix: allow the job service account to be overriden in the cloud config (#14955) --- .../src/main/resources/application-cloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte-workload-launcher/src/main/resources/application-cloud.yml b/airbyte-workload-launcher/src/main/resources/application-cloud.yml index d21e50a150..d4372a3934 100644 --- a/airbyte-workload-launcher/src/main/resources/application-cloud.yml +++ b/airbyte-workload-launcher/src/main/resources/application-cloud.yml @@ -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}