fix(infra): use platform node pool for MBP-10 download job

The cluster only has a 'platform' pool, not 'default'.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jgrusewski
2026-03-07 13:11:39 +01:00
parent 8a87f302c0
commit f1c1faa306

View File

@@ -38,7 +38,7 @@ spec:
foxhunt/job-type: data-download
spec:
nodeSelector:
k8s.scaleway.com/pool-name: default
k8s.scaleway.com/pool-name: platform
imagePullSecrets:
- name: gitlab-registry
restartPolicy: Never