job.yaml 366 B

123456789101112131415161718
  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: 91fbefb1
  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