job.yaml 351 B

1234567891011121314151617
  1. apiVersion: batch/v1
  2. kind: Job
  3. metadata:
  4. name: git-dotfiles
  5. spec:
  6. template:
  7. metadata:
  8. annotations:
  9. guix-default-channel-commit: 4060bd69
  10. spec:
  11. nodeSelector:
  12. kubernetes.io/hostname: kube2
  13. tolerations:
  14. - key: edge.cluster.local/not-schedulable
  15. operator: Equal
  16. effect: NoSchedule