We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec072bb commit e540affCopy full SHA for e540aff
apps/kubernetes-provider/src/index.ts
@@ -339,6 +339,22 @@ class KubernetesTaskOperations implements TaskOperations {
339
spec: {
340
...this.#defaultPodSpec,
341
restartPolicy: "Always",
342
+ affinity: {
343
+ nodeAffinity: {
344
+ requiredDuringSchedulingIgnoredDuringExecution: {
345
+ nodeSelectorTerms: [
346
+ {
347
+ matchExpressions: [
348
349
+ key: "trigger.dev/pre-pull-disabled",
350
+ operator: "DoesNotExist",
351
+ },
352
+ ],
353
354
355
356
357
358
initContainers: [
359
{
360
name: "prepull",
0 commit comments