diff --git a/airbyte-workload-launcher/src/main/kotlin/pods/factories/ReplicationPodFactory.kt b/airbyte-workload-launcher/src/main/kotlin/pods/factories/ReplicationPodFactory.kt index 0f586164ba..fbc93f03cb 100644 --- a/airbyte-workload-launcher/src/main/kotlin/pods/factories/ReplicationPodFactory.kt +++ b/airbyte-workload-launcher/src/main/kotlin/pods/factories/ReplicationPodFactory.kt @@ -153,6 +153,7 @@ data class ReplicationPodFactory( .withImagePullSecrets(imagePullSecrets) .withVolumes(replicationVolumes.allVolumes) .withNodeSelector(nodeSelectors) + .withTolerations(tolerations) .withAutomountServiceAccountToken(false) .withSecurityContext(workloadSecurityContextProvider.defaultPodSecurityContext()) .endSpec()