job.yaml 363 B

123456789101112131415161718
  1. apiVersion: batch/v1
  2. kind: Job
  3. metadata:
  4. name: guix-pull
  5. spec:
  6. template:
  7. metadata:
  8. annotations:
  9. guix-default-channel-commit: 02b8abf3
  10. spec:
  11. nodeSelector:
  12. kubernetes.io/hostname: kube3
  13. tolerations:
  14. - key: workstation.cluster.local
  15. operator: Equal
  16. value: 'true'
  17. effect: NoSchedule