Skip to content

Commit

Permalink
fix: add tolerations to reset pod (#14566)
Browse files Browse the repository at this point in the history
  • Loading branch information
abuchanan-airbyte committed Nov 6, 2024
1 parent a856b40 commit 84a7536
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ data class ReplicationPodFactory(
.withImagePullSecrets(imagePullSecrets)
.withVolumes(replicationVolumes.allVolumes)
.withNodeSelector<Any, Any>(nodeSelectors)
.withTolerations(tolerations)
.withAutomountServiceAccountToken(false)
.withSecurityContext(workloadSecurityContextProvider.defaultPodSecurityContext())
.endSpec()
Expand Down

0 comments on commit 84a7536

Please sign in to comment.